1 implementation of EventReference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6482public IOperation EventReference { get; }
7 references to EventReference
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowVisitor.cs (1)
523var eventReference = (IEventReferenceOperation)operation.EventReference;
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
7344semanticModel: null, operation.EventReference.Syntax, operation.EventReference.Type, IsImplicit(operation.EventReference)); 7348Debug.Assert(operation.EventReference != null); 7350PushOperand(VisitRequired(operation.EventReference)); 7361IOperation current = operation.EventReference;