4 references to GetParts
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\Collections\PartialTypeCollection.cs (4)
80internal override Snapshot CreateSnapshot() => new CodeElementSnapshot(GetParts()); 84var parts = GetParts(); 97foreach (var part in GetParts()) 110public override int Count => GetParts().Length;