3 references to LogMessageKind
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
67
var attributes = test.TestCase.TestMethod.Method.GetCustomAttributes(typeof(
LogMessageKind
));
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
58
var attributes = test.TestCase.TestMethod.Method.GetCustomAttributes(typeof(
LogMessageKind
));
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
67
var attributes = test.TestCase.TestMethod.Method.GetCustomAttributes(typeof(
LogMessageKind
));