FlowAnalysis\NullableWalker.cs (5)
3918var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
6843return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
7795var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7822var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8639return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));