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)
107public ImmutableArray<string> Tags => UnderlyingObject.Tags; 108public ImmutableArray<TaggedText> DisplayParts => UnderlyingObject.DisplayParts; 111=> UnderlyingObject.SourceSpans.SelectAsArray(span => new VSTypeScriptDocumentSpan(span)); 114=> await UnderlyingObject.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false) != null; 118var location = await UnderlyingObject.GetNavigableLocationAsync(workspace, cancellationToken).ConfigureAwait(false); 133UnderlyingObject = new SourceReferenceItem(definition.UnderlyingObject, sourceSpan.ToDocumentSpan(), symbolUsageInfo.UnderlyingObject);
ExternalAccess\VSTypeScript\Api\VSTypeScriptGoToSymbolContext.cs (1)
31this.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);