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