5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3552
var result = resultType.
WithNotNullState
();
4851
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6297
returnState = returnState.
WithNotNullState
();
9421
operandType = operandType.
WithNotNullState
();
10018
rightState = rightState.
WithNotNullState
();