1 implementation of Before
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4297public ImmutableArray<IOperation> Before { get; }
5 references to Before
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5737ImmutableArray<IOperation> initialization = operation.Before;
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (1)
574VisitArray(operation.Before, "Before", logElementCount: false);
Compilation\TestOperationVisitor.cs (1)
295IEnumerable<IOperation> children = operation.Before;
Diagnostics\OperationTestAnalyzer.cs (2)
167if (forLoop.Before.Length == 1) 169IOperation setup = forLoop.Before[0];