2 references to VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (2)
111
=> UnderlyingObject.SourceSpans.SelectAsArray(span => new
VSTypeScriptDocumentSpan
(span));
137
=>
new
(UnderlyingObject.SourceSpan);