1 write to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalTypeCollection.cs (1)
36
_projectId
= projectId;
2 references to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalTypeCollection.cs (2)
44
element = this.State.CodeModelService.CreateCodeType(this.State,
_projectId
, _typeSymbols[index]);
58
element = this.State.CodeModelService.CreateCodeType(this.State,
_projectId
, _typeSymbols[index]);