3 references to IsPartial
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
461
if (ContainingType!.Locations.Length == 1 || ContainingType.
IsPartial
())
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
66
if (!ContainingType.
IsPartial
())
Symbols\Source\SourcePropertySymbolBase.cs (1)
1082
else if (IsPartial && !ContainingType.
IsPartial
())