1 write to s_globalInstance
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
57Interlocked.CompareExchange(ref s_globalInstance, instance, null);
2 references to s_globalInstance
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
29internal static IBuildCheckManager GlobalInstance => s_globalInstance ?? throw new InvalidOperationException("BuildCheckManagerProvider not initialized"); 43if (s_globalInstance == null)