1 write to TextSpan
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
EmbeddedLanguages\DocumentHighlighting\IEmbeddedLanguageDocumentHighlighter.cs (1)
43
TextSpan
= textSpan;
3 references to TextSpan
Microsoft.AspNetCore.App.Analyzers.Test (2)
RouteEmbeddedLanguage\RoutePatternHighlighterTests.cs (2)
461
if (!tempSpans.Remove(span.
TextSpan
))
463
throw new Exception($"Couldn't find {span.
TextSpan
} in highlight results.");
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
44
h.HighlightSpans.SelectAsArray(hs => new HighlightSpan(hs.
TextSpan
, ConvertKind(hs.Kind)))));