1 implementation of Before
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4337public ImmutableArray<IOperation> Before { get; }
1 reference to Before
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5748ImmutableArray<IOperation> initialization = operation.Before;