12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\MemberSymbolExtensions.cs (1)
791
or SourceEventSymbol {
IsPartial
: true }
Symbols\Source\SourceEventSymbol.cs (6)
616
else if (
IsPartial
&& !ContainingType.IsPartial())
620
else if (
IsPartial
&& IsExplicitInterfaceImplementation)
624
else if (
IsPartial
&& IsAbstract)
685
if (
IsPartial
)
919
internal sealed override bool IsPartialDefinition =>
IsPartial
&& !AccessorsHaveImplementation && !HasExternModifier;
921
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)
5701
Debug.Assert(@event.
IsPartial
|| @event.AddMethod is not null);
5702
Debug.Assert(@event.
IsPartial
|| @event.RemoveMethod is not null);