1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
81
=>
UnderlyingObject
= underlyingObject;
9 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (9)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (6)
105
public ImmutableArray<string> Tags =>
UnderlyingObject
.Tags;
106
public ImmutableArray<TaggedText> DisplayParts =>
UnderlyingObject
.DisplayParts;
109
=>
UnderlyingObject
.SourceSpans.SelectAsArray(span => new VSTypeScriptDocumentSpan(span));
112
=> await
UnderlyingObject
.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false) != null;
116
var location = await
UnderlyingObject
.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false);
128
definition.
UnderlyingObject
, sourceSpan.ToDocumentSpan(), classifiedSpans: null, symbolUsageInfo.UnderlyingObject);
ExternalAccess\VSTypeScript\Api\VSTypeScriptGoToSymbolContext.cs (1)
31
this.DefinitionItem = item.
UnderlyingObject
;
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
27
=> UnderlyingObject.OnDefinitionFoundAsync(definition.
UnderlyingObject
, cancellationToken);
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
46
=> _context.OnDefinitionFoundAsync(definition.
UnderlyingObject
, cancellationToken);