FlowAnalysis\NullableWalker.cs (5)
3821var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
6636return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
7571var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7598var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8407return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));