1 instantiation of TestFuncs1
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
436Interlocked.CompareExchange(ref _instance, new TestFuncs1(), null);
7 references to TestFuncs1
Microsoft.ML.Tests (7)
ExpressionLanguageTests\ExpressionLanguageTests.cs (7)
29[assembly: LoadableClass(typeof(TestFuncs1), null, typeof(SignatureFunctionProvider), "Test Functions 1", "__test1")] 50Env.ComponentCatalog.RegisterAssembly(typeof(TestFuncs1).Assembly); 190Contracts.Assert(TestFuncs1.Writer == null); 191TestFuncs1.Writer = wr; 210TestFuncs1.Writer = null; 429private static volatile TestFuncs1 _instance; 431public static TestFuncs1 Instance