1 write to Span
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
InlineHints\FSharpInlineHint.cs (1)
30
Span
= span;
2 references to Span
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\InlineHints\FSharpInlineHintsService.cs (2)
39
return hints.SelectAsArray(h => new InlineHint(h.
Span
, h.DisplayParts, (d, c) => h.GetDescriptionAsync(d, c)));
45
return hints.SelectAsArray(h => new InlineHint(h.
Span
, h.DisplayParts, (d, c) => h.GetDescriptionAsync(d, c)));