2 writes to s_hasReferences
Microsoft.Build.Framework (2)
Utilities\TypeInfo.cs (2)
27
int value = Volatile.Read(ref
s_hasReferences
);
66
Interlocked.CompareExchange(ref
s_hasReferences
, result ? 2 : 1, 0);