1 instantiation of LocalFunctionState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12709return new LocalFunctionState(LocalState.UnreachableState(variables));
5 references to LocalFunctionState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
27: LocalDataFlowPass<NullableWalker.LocalState, NullableWalker.LocalFunctionState> 3220var localFunctionState = GetOrCreateLocalFuncUsages(localFunc); 3410LocalFunctionState localFunctionState, 3421var localFunctionState = GetOrCreateLocalFuncUsages(symbol); 12705protected override LocalFunctionState CreateLocalFunctionState(LocalFunctionSymbol symbol)