1 write to _parts
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\PartialTypeCollection.cs (1)
74
_parts
= partsBuilder.ToImmutableAndFree();
2 references to _parts
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\PartialTypeCollection.cs (2)
48
if (
_parts
== null)
77
return
_parts
;