29 references to ToInt32
Microsoft.Build (2)
Microsoft.Extensions.ML (1)
Microsoft.ML.AutoML.SourceGenerator (4)
SearchSpaceGenerator.cs (4)
102("int", _, _, _, null) => $"Range((int){Convert.ToInt32(minValue).ToString(CultureInfo.InvariantCulture)}, (int){Convert.ToInt32(maxValue).ToString(CultureInfo.InvariantCulture)}, logBase: {logBase.ToString(CultureInfo.InvariantCulture)})",
105("int", _, _, _, _) => $"Range((int){Convert.ToInt32(minValue).ToString(CultureInfo.InvariantCulture)}, (int){Convert.ToInt32(maxValue).ToString(CultureInfo.InvariantCulture)}, init: (int){optionDefaultValue.ToString(CultureInfo.InvariantCulture)}, logBase: {logBase.ToString(CultureInfo.InvariantCulture)})",
Microsoft.ML.SearchSpace (4)
Microsoft.ML.SearchSpace.Tests (1)
Microsoft.ML.Transforms (1)
PresentationCore (7)
PresentationFramework (2)
System.Private.CoreLib (6)
UIAutomationClientSideProviders (1)