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