12 references to IsPartial
Microsoft.CodeAnalysis.CSharp (12)
Symbols\MemberSymbolExtensions.cs (1)
802
or SourceEventSymbol {
IsPartial
: true }
Symbols\Source\SourceEventSymbol.cs (6)
657
else if (
IsPartial
&& !ContainingType.IsPartial())
661
else if (
IsPartial
&& IsExplicitInterfaceImplementation)
665
else if (
IsPartial
&& IsAbstract)
726
if (
IsPartial
)
990
internal sealed override bool IsPartialDefinition =>
IsPartial
&& !AccessorsHaveImplementation && !HasExternModifier;
992
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
))
192
if (!
IsPartial
|| IsExtern)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5960
Debug.Assert(@event.
IsPartial
|| @event.AddMethod is not null);
5961
Debug.Assert(@event.
IsPartial
|| @event.RemoveMethod is not null);