1 reference to _bin64RegExp
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
330
private static readonly Regex _matchBin64 = new Regex(
_bin64RegExp
, RegexOptions.IgnoreCase | RegexOptions.Compiled);