2 instantiations of VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (2)
111=> UnderlyingObject.SourceSpans.SelectAsArray(span => new VSTypeScriptDocumentSpan(span)); 137=> new(UnderlyingObject.SourceSpan);
5 references to VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (5)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (4)
88ImmutableArray<VSTypeScriptDocumentSpan> sourceSpans, 110public ImmutableArray<VSTypeScriptDocumentSpan> GetSourceSpans() 130VSTypeScriptDocumentSpan sourceSpan, 136public VSTypeScriptDocumentSpan GetSourceSpan()
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameInfo.cs (1)
29public abstract ImmutableArray<VSTypeScriptDocumentSpan> DefinitionLocations { get; }