FlowAnalysis\NullableWalker.cs (5)
3907var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7256return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8215var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8242var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9148return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));