Skip to content

Commit

Permalink
Add Conversion.IsSpan public API (#74731)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Sep 4, 2024
1 parent dd8f133 commit badc740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ public bool IsReference
/// <remarks>
/// Span conversion is available since C# 13 as part of the "first-class Span types" feature.
/// </remarks>
internal bool IsSpan // PROTOTYPE: Make part of public API
public bool IsSpan
{
get
{
Expand Down
1 change: 1 addition & 0 deletions src/Compilers/CSharp/Portable/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Microsoft.CodeAnalysis.CSharp.Conversion.IsSpan.get -> bool
Microsoft.CodeAnalysis.CSharp.LanguageVersion.CSharp13 = 1300 -> Microsoft.CodeAnalysis.CSharp.LanguageVersion
[RSEXPERIMENTAL002]Microsoft.CodeAnalysis.CSharp.InterceptableLocation
[RSEXPERIMENTAL002]abstract Microsoft.CodeAnalysis.CSharp.InterceptableLocation.Data.get -> string!
Expand Down

0 comments on commit badc740

Please sign in to comment.