2 types derived from AbstractFlowPass
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ControlFlowPass.cs (1)
17
internal class ControlFlowPass :
AbstractFlowPass
<ControlFlowPass.LocalState, ControlFlowPass.LocalFunctionState>
FlowAnalysis\LocalDataFlowPass.cs (1)
16
internal abstract partial class LocalDataFlowPass<TLocalState, TLocalFunctionState> :
AbstractFlowPass
<TLocalState, TLocalFunctionState>
6 references to AbstractFlowPass
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (4)
38
where TLocalState :
AbstractFlowPass
<TLocalState, TLocalFunctionState>.ILocalState
39
where TLocalFunctionState :
AbstractFlowPass
<TLocalState, TLocalFunctionState>.AbstractLocalFunctionState
2688
stringCallback: static (BoundInterpolatedString interpolatedString, (ArrayBuilder<BoundInterpolatedString> parts,
AbstractFlowPass
<TLocalState, TLocalFunctionState> @this) arg) =>
3833
/// This should be nested inside <see cref="
AbstractFlowPass
{TLocalState, TLocalFunctionState}"/> but is not due to https://github.com/dotnet/roslyn/issues/36992 .
FlowAnalysis\LocalDataFlowPass.cs (2)
18
where TLocalFunctionState :
AbstractFlowPass
<TLocalState, TLocalFunctionState>.AbstractLocalFunctionState
23
/// True if new variables introduced in <see cref="
AbstractFlowPass
{TLocalState, TLocalFunctionState}" /> should be set