3 writes to s_activeScope
Microsoft.Build (3)
BackEnd\BuildManager\MultiThreadedStrictModeScope.cs (3)
45
internal static MultiThreadedStrictModeScope? ActiveScope => Volatile.Read(ref
s_activeScope
);
92
Volatile.Write(ref
s_activeScope
, scope);
145
Volatile.Write(ref
s_activeScope
, null);
5 references to s_activeScope
Microsoft.Build (5)
BackEnd\BuildManager\MultiThreadedStrictModeScope.cs (5)
51
return new(Directory.GetCurrentDirectory(),
s_activeScope
);
68
if (
s_activeScope
is not null)
134
if (!ReferenceEquals(
s_activeScope
, this))
203
if (ReferenceEquals(
s_activeScope
, this))
252
if (!ReferenceEquals(
s_activeScope
, this))