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)
44element = this.State.CodeModelService.CreateCodeType(this.State, _projectId, _typeSymbols[index]); 58element = this.State.CodeModelService.CreateCodeType(this.State, _projectId, _typeSymbols[index]);