1 instantiation of LocalFunctionState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11723return new LocalFunctionState(LocalState.UnreachableState(variables));
5 references to LocalFunctionState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
27: LocalDataFlowPass<NullableWalker.LocalState, NullableWalker.LocalFunctionState> 3020var localFunctionState = GetOrCreateLocalFuncUsages(localFunc); 3150LocalFunctionState localFunctionState, 3161var localFunctionState = GetOrCreateLocalFuncUsages(symbol); 11719protected override LocalFunctionState CreateLocalFunctionState(LocalFunctionSymbol symbol)