1 write to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalParameterCollection.cs (1)
38_projectId = projectId;
2 references to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalParameterCollection.cs (2)
58element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State, _projectId, parameters[index], this.ParentElement); 73element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State, _projectId, parameters[index], this.ParentElement);