9 references to IsPartial
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceMemberContainerSymbol.cs (6)
1348
if (Locations.Length == 1 ||
IsPartial
)
1350
if (t.
IsPartial
&& other.
IsPartial
)
2365
bool mightHaveMembersFromDistinctNonPartialDeclarations = !(Locations.Length == 1 ||
IsPartial
);
2539
if (Locations.Length == 1 ||
IsPartial
)
3017
if (!
IsPartial
|| this.Layout.Kind != LayoutKind.Sequential)
Symbols\Source\SourceNamespaceSymbol.cs (2)
357
case ({
IsPartial
: true }, SourceMemberContainerTypeSymbol {
IsPartial
: true }):
Symbols\TypeSymbolExtensions.cs (1)
1477
return type is SourceNamedTypeSymbol {
IsPartial
: true };