5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3731
var result = resultType.
WithNotNullState
();
5126
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6678
returnState = returnState.
WithNotNullState
();
10066
operandType = operandType.
WithNotNullState
();
10689
rightState = rightState.
WithNotNullState
();