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