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