FlowAnalysis\NullableWalker.cs (5)
4022var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7447return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8442var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8469var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9394return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));