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