5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3710
var result = resultType.
WithNotNullState
();
5068
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6578
returnState = returnState.
WithNotNullState
();
9916
operandType = operandType.
WithNotNullState
();
10539
rightState = rightState.
WithNotNullState
();