1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
83
=>
UnderlyingObject
= underlyingObject;
9 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (9)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (6)
107
public ImmutableArray<string> Tags =>
UnderlyingObject
.Tags;
108
public ImmutableArray<TaggedText> DisplayParts =>
UnderlyingObject
.DisplayParts;
111
=>
UnderlyingObject
.SourceSpans.SelectAsArray(span => new VSTypeScriptDocumentSpan(span));
114
=> await
UnderlyingObject
.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false) != null;
118
var location = await
UnderlyingObject
.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false);
133
UnderlyingObject = new SourceReferenceItem(definition.
UnderlyingObject
, sourceSpan.ToDocumentSpan(), symbolUsageInfo.UnderlyingObject);
ExternalAccess\VSTypeScript\Api\VSTypeScriptGoToSymbolContext.cs (1)
31
this.DefinitionItem = item.
UnderlyingObject
;
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
29
=> UnderlyingObject.OnDefinitionFoundAsync(definition.
UnderlyingObject
, cancellationToken);
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
55
=> _context.OnDefinitionFoundAsync(definition.
UnderlyingObject
, cancellationToken);