9 references to IsPartial
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceMemberContainerSymbol.cs (6)
1456if (Locations.Length == 1 || IsPartial) 1458if (t.IsPartial && other.IsPartial) 2549bool mightHaveMembersFromDistinctNonPartialDeclarations = !(Locations.Length == 1 || IsPartial); 2687if (Locations.Length == 1 || IsPartial) 3176if (!IsPartial || (this.Layout.Kind != LayoutKind.Sequential && this.Layout.Kind != LayoutKind.Extended))
Symbols\Source\SourceNamespaceSymbol.cs (2)
358case ({ IsPartial: true }, SourceMemberContainerTypeSymbol { IsPartial: true }):
Symbols\TypeSymbolExtensions.cs (1)
1561return type is SourceNamedTypeSymbol { IsPartial: true };