5 references to VSTypeScriptDocumentSpan
Microsoft.CodeAnalysis.EditorFeatures (5)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (4)
86
ImmutableArray<
VSTypeScriptDocumentSpan
> sourceSpans,
108
public ImmutableArray<
VSTypeScriptDocumentSpan
> GetSourceSpans()
124
VSTypeScriptDocumentSpan
sourceSpan,
130
public
VSTypeScriptDocumentSpan
GetSourceSpan()
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameInfo.cs (1)
25
public abstract ImmutableArray<
VSTypeScriptDocumentSpan
> DefinitionLocations { get; }