1 write to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalOverloadsCollection.cs (1)
38
_projectId
= projectId;
1 reference to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalOverloadsCollection.cs (1)
67
var element = ExternalCodeFunction.Create(this.State,
_projectId
, (IMethodSymbol)method);