7 references to IsNotNull
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (6)
1230return !parameterState.IsNotNull(); 1459if (inputParamNames.IsEmpty || outputState.IsNotNull()) 1468&& GetState(ref state, inputSlot).IsNotNull()) 5552return resultType.State.IsNotNull() 10639if (!isLiftedConversion || operandState.IsNotNull()) 10641var returnNotNull = operandState.IsNotNull() && method.ReturnNotNullIfParameterNotNull.Contains(method.Parameters[0].Name);
Symbols\TypeWithState.cs (1)
94(State.IsNotNull() || Type?.CanContainNull() == false ? NullableAnnotation.NotAnnotated : NullableAnnotation.Annotated);