FlowAnalysis\NullableWalker.cs (5)
3971var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7370return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8357var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8384var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9309return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));