5 references to ValidateIntegralNumericValue
Aspire.Hosting.RemoteHost (5)
Ats\AtsMarshaller.cs (5)
812return ValidateIntegralNumericValue(intValue, targetType, minValue, maxValue);
817return ValidateIntegralNumericValue(longValue, targetType, minValue, maxValue);
822return ValidateIntegralNumericValue(ulongValue, targetType, minValue, maxValue);
827return ValidateIntegralNumericValue(decimalValue, targetType, minValue, maxValue);
837return ValidateIntegralNumericValue((decimal)doubleValue, targetType, minValue, maxValue);