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)
58
element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State,
_projectId
, parameters[index], this.ParentElement);
73
element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State,
_projectId
, parameters[index], this.ParentElement);