1 write to _typeSymbols
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalTypeCollection.cs (1)
37_typeSymbols = typeSymbols;
6 references to _typeSymbols
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\Collections\ExternalTypeCollection.cs (6)
42if (index < _typeSymbols.Length) 44element = this.State.CodeModelService.CreateCodeType(this.State, _projectId, _typeSymbols[index]); 54var index = _typeSymbols.IndexOf(t => t.Name == name); 56if (index >= 0 && index < _typeSymbols.Length) 58element = this.State.CodeModelService.CreateCodeType(this.State, _projectId, _typeSymbols[index]); 68get { return _typeSymbols.Length; }