12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourceMemberContainerSymbol.cs (9)
1338if (Locations.Length == 1 || IsPartial) 1340if (t.IsPartial && other.IsPartial) 2045if (Locations.Length == 1 || IsPartial) 2253if (Locations.Length == 1 || IsPartial) 2298if (Locations.Length == 1 || IsPartial) 2759if (!IsPartial || this.Layout.Kind != LayoutKind.Sequential) 4067if (Locations.Length == 1 || IsPartial) 4103if (Locations.Length == 1 || IsPartial)
Symbols\Source\SourceNamespaceSymbol.cs (2)
356case ({ IsPartial: true }, SourceMemberContainerTypeSymbol { IsPartial: true }):
Symbols\TypeSymbolExtensions.cs (1)
1476return type is SourceNamedTypeSymbol { IsPartial: true };