Implemented interface member:
property
EventReference
Microsoft.CodeAnalysis.Operations.IEventAssignmentOperation.EventReference
1 write to EventReference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6064EventReference = SetParentOperation(eventReference, this);
6 references to EventReference
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6073(EventReference is null ? 0 : 1) + 60780 when EventReference != null 6079=> EventReference, 6089if (EventReference != null) return (true, 0, 0); 6109if (EventReference != null) return (true, 0, 0); 10464return new EventAssignmentOperation(Visit(internalOperation.EventReference), Visit(internalOperation.HandlerValue), internalOperation.Adds, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);