12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourceMemberContainerSymbol.cs (9)
1311if (Locations.Length == 1 || IsPartial) 1313if (t.IsPartial && other.IsPartial) 1944if (Locations.Length == 1 || IsPartial) 2152if (Locations.Length == 1 || IsPartial) 2195if (Locations.Length == 1 || IsPartial) 2617if (!IsPartial || this.Layout.Kind != LayoutKind.Sequential) 3595if (Locations.Length == 1 || IsPartial) 3631if (Locations.Length == 1 || IsPartial)
Symbols\Source\SourceNamespaceSymbol.cs (2)
384case (SourceNamedTypeSymbol { IsPartial: true }, SourceNamedTypeSymbol { IsPartial: true }):
Symbols\TypeSymbolExtensions.cs (1)
1364return type is SourceNamedTypeSymbol { IsPartial: true };