FlowAnalysis\NullableWalker.cs (5)
3897var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7093return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8059var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8086var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8981return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));