FlowAnalysis\NullableWalker.cs (5)
3896var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7092return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8058var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8085var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8980return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));