Implemented interface member:
property
EventReference
Microsoft.CodeAnalysis.Operations.IEventAssignmentOperation.EventReference
1 write to EventReference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6477EventReference = SetParentOperation(eventReference, this);
6 references to EventReference
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6486(EventReference is null ? 0 : 1) + 64910 when EventReference != null 6492=> EventReference, 6502if (EventReference != null) return (true, 0, 0); 6522if (EventReference != null) return (true, 0, 0); 11086return new EventAssignmentOperation(Visit(internalOperation.EventReference), Visit(internalOperation.HandlerValue), internalOperation.Adds, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);