12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\MemberSymbolExtensions.cs (1)
556
or SourceEventSymbol {
IsPartial
: true }
Symbols\Source\SourceEventSymbol.cs (6)
611
else if (
IsPartial
&& !ContainingType.IsPartial())
615
else if (
IsPartial
&& IsExplicitInterfaceImplementation)
619
else if (
IsPartial
&& IsAbstract)
680
if (
IsPartial
)
914
internal sealed override bool IsPartialDefinition =>
IsPartial
&& !AccessorsHaveImplementation && !HasExternModifier;
916
internal bool IsPartialImplementation =>
IsPartial
&& (AccessorsHaveImplementation || HasExternModifier);
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
82
else if (this.
IsPartial
)
90
if (hasInitializer || !(this.IsExtern || this.IsAbstract || this.
IsPartial
))
184
if (!
IsPartial
|| IsExtern)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5318
Debug.Assert(@event.
IsPartial
|| @event.AddMethod is not null);
5319
Debug.Assert(@event.
IsPartial
|| @event.RemoveMethod is not null);