3 references to Settings
Microsoft.ML.TestFramework (3)
SubComponent.cs (3)
150for (int i = 0; i < Settings.Length; i++) 151hash = CombineHash(hash, Settings[i].GetHashCode()); 250string options = CmdParser.CombineSettings(Settings);