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