FlowAnalysis\NullableWalker.cs (5)
3875var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
6992return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
7963var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7990var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8838return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));