Implemented interface member:
property
EventReference
Microsoft.CodeAnalysis.Operations.IEventAssignmentOperation.EventReference
1 write to EventReference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6437EventReference = SetParentOperation(eventReference, this);
6 references to EventReference
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6446(EventReference is null ? 0 : 1) + 64510 when EventReference != null 6452=> EventReference, 6462if (EventReference != null) return (true, 0, 0); 6482if (EventReference != null) return (true, 0, 0); 11014return new EventAssignmentOperation(Visit(internalOperation.EventReference), Visit(internalOperation.HandlerValue), internalOperation.Adds, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);