2 instantiations of VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (2)
109=> UnderlyingObject.SourceSpans.SelectAsArray(span => new VSTypeScriptDocumentSpan(span)); 131=> new(UnderlyingObject.SourceSpan);
5 references to VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (5)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (4)
86ImmutableArray<VSTypeScriptDocumentSpan> sourceSpans, 108public ImmutableArray<VSTypeScriptDocumentSpan> GetSourceSpans() 124VSTypeScriptDocumentSpan sourceSpan, 130public VSTypeScriptDocumentSpan GetSourceSpan()
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameInfo.cs (1)
25public abstract ImmutableArray<VSTypeScriptDocumentSpan> DefinitionLocations { get; }