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