1 implementation of EventReference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6069
public IOperation
EventReference
{ get; }
10 references to EventReference
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
7070
semanticModel: null, operation.
EventReference
.Syntax, operation.
EventReference
.Type, IsImplicit(operation.
EventReference
));
7074
Debug.Assert(operation.
EventReference
!= null);
7076
PushOperand(VisitRequired(operation.
EventReference
));
7087
IOperation current = operation.
EventReference
;
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (2)
1127
Assert.NotNull(operation.
EventReference
);
1128
Visit(operation.
EventReference
, header: "Event Reference");
Compilation\TestOperationVisitor.cs (1)
705
AssertEx.Equal(new[] { operation.
EventReference
, operation.HandlerValue }, operation.ChildOperations);
Diagnostics\OperationTestAnalyzer.cs (1)
1044
if (eventAssignment.
EventReference
.Kind == OperationKind.Invalid || eventAssignment.HasErrors(operationContext.Compilation, operationContext.CancellationToken))