8 references to GetTarget
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.SnapshotSourceText.cs (1)
246var snapshot = weakReference.GetTarget();
Extensions.TextBufferContainer.cs (1)
53=> _weakEditorBuffer.GetTarget();
Microsoft.CodeAnalysis.Workspaces (4)
Serialization\SerializableSourceText.cs (1)
71=> _text ?? _computedText.GetTarget();
Utilities\ReferenceHolder`1.cs (1)
47return _weakReference.GetTarget();
Workspace\Solution\SolutionState.UnrootedSymbolSet.cs (2)
100return symbol.Equals(this.PrimaryAssemblySymbol.GetTarget()) || 101symbol.Equals(this.PrimaryDynamicSymbol.GetTarget());
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphQueryManager.cs (2)
92.SelectAsArray(t => (context: t.context.GetTarget(), t.queries)) 99var target = t.context.GetTarget();