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)
42
if (index <
_typeSymbols
.Length)
44
element = this.State.CodeModelService.CreateCodeType(this.State, _projectId,
_typeSymbols
[index]);
54
var index =
_typeSymbols
.IndexOf(t => t.Name == name);
56
if (index >= 0 && index <
_typeSymbols
.Length)
58
element = this.State.CodeModelService.CreateCodeType(this.State, _projectId,
_typeSymbols
[index]);
68
get { return
_typeSymbols
.Length; }