1 instantiation of LocalFunctionState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12648return new LocalFunctionState(LocalState.UnreachableState(variables));
5 references to LocalFunctionState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
27: LocalDataFlowPass<NullableWalker.LocalState, NullableWalker.LocalFunctionState> 3159var localFunctionState = GetOrCreateLocalFuncUsages(localFunc); 3349LocalFunctionState localFunctionState, 3360var localFunctionState = GetOrCreateLocalFuncUsages(symbol); 12644protected override LocalFunctionState CreateLocalFunctionState(LocalFunctionSymbol symbol)