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