12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\MemberSymbolExtensions.cs (1)
790
or SourceEventSymbol {
IsPartial
: true }
Symbols\Source\SourceEventSymbol.cs (6)
612
else if (
IsPartial
&& !ContainingType.IsPartial())
616
else if (
IsPartial
&& IsExplicitInterfaceImplementation)
620
else if (
IsPartial
&& IsAbstract)
681
if (
IsPartial
)
915
internal sealed override bool IsPartialDefinition =>
IsPartial
&& !AccessorsHaveImplementation && !HasExternModifier;
917
internal bool IsPartialImplementation =>
IsPartial
&& (AccessorsHaveImplementation || HasExternModifier);
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
83
else if (this.
IsPartial
)
91
if (hasInitializer || !(this.IsExtern || this.IsAbstract || this.
IsPartial
))
185
if (!
IsPartial
|| IsExtern)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5729
Debug.Assert(@event.
IsPartial
|| @event.AddMethod is not null);
5730
Debug.Assert(@event.
IsPartial
|| @event.RemoveMethod is not null);