1 write to _typeSymbolId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalMemberCollection.cs (1)
40
_typeSymbolId
= typeSymbol.GetSymbolKey();
1 reference to _typeSymbolId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalMemberCollection.cs (1)
53
if (
_typeSymbolId
.Resolve(project.GetCompilationAsync().Result).Symbol is not ITypeSymbol typeSymbol)