2 references to InferResultNullability
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
5185
var inferredResult =
InferResultNullability
(operatorKind, method, returnType, leftType, rightType);
11415
BoundBinaryOperator binary =>
InferResultNullability
(binary.OperatorKind, binary.Method, binary.Type, leftType, rightType),