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