5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3694
var result = resultType.
WithNotNullState
();
4998
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6446
returnState = returnState.
WithNotNullState
();
9586
operandType = operandType.
WithNotNullState
();
10198
rightState = rightState.
WithNotNullState
();