2 references to GetNullableState
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
4230var elementState = BestTypeInferrer.GetNullableState(expressionTypes);
FlowAnalysis\NullableWalker_Patterns.cs (1)
961NullableFlowState inferredState = BestTypeInferrer.GetNullableState(resultTypes);