5 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\MemberSymbolExtensions.cs (1)
740
or SourceEventSymbol {
IsPartialImplementation
: true }
Symbols\Source\SourceEventAccessorSymbol.cs (2)
244
public sealed override MethodSymbol? PartialDefinitionPart => _event is {
IsPartialImplementation
: true, OtherPartOfPartial: { } other }
250
internal bool IsPartialImplementation => _event.
IsPartialImplementation
;
Symbols\Source\SourceEventSymbol.cs (2)
920
internal SourceEventSymbol? SourcePartialDefinitionPart =>
IsPartialImplementation
? OtherPartOfPartial : null;
931
Debug.Assert(implementation.
IsPartialImplementation
);