1 instantiation of TestFuncs1
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
436
Interlocked.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")]
50
Env.ComponentCatalog.RegisterAssembly(typeof(
TestFuncs1
).Assembly);
190
Contracts.Assert(
TestFuncs1
.Writer == null);
191
TestFuncs1
.Writer = wr;
210
TestFuncs1
.Writer = null;
429
private static volatile
TestFuncs1
_instance;
431
public static
TestFuncs1
Instance