1 instantiation of LocalFunctionState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
14371return new LocalFunctionState(LocalState.UnreachableState(variables));
5 references to LocalFunctionState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
27: LocalDataFlowPass<NullableWalker.LocalState, NullableWalker.LocalFunctionState> 3373var localFunctionState = GetOrCreateLocalFuncUsages(localFunc); 3563LocalFunctionState localFunctionState, 3574var localFunctionState = GetOrCreateLocalFuncUsages(symbol); 14367protected override LocalFunctionState CreateLocalFunctionState(LocalFunctionSymbol symbol)