7 references to IsPartial
Microsoft.CodeAnalysis.CSharp (7)
Symbols\MemberSymbolExtensions.cs (1)
553or SourcePropertySymbol { IsPartial: true }
Symbols\Source\SourcePropertySymbol.cs (2)
785internal bool IsPartialDefinition => IsPartial && !AccessorsHaveImplementation && !HasExternModifier; 787internal bool IsPartialImplementation => IsPartial && (AccessorsHaveImplementation || HasExternModifier);
Symbols\Source\SourcePropertySymbolBase.cs (4)
761Debug.Assert(!IsPartial); 1075else if (IsPartial && !ContainingType.IsPartial()) 1079else if (IsPartial && isExplicitInterfaceImplementation) 1083else if (IsPartial && IsAbstract)