2 writes to _assemblyConfigCookie
Microsoft.CodeAnalysis.UnitTests (2)
MetadataReferences\FusionAssemblyPortabilityPolicy.cs (2)
33_assemblyConfigCookie = asmConfigCookie; 75IntPtr ptr = Interlocked.Exchange(ref _assemblyConfigCookie, IntPtr.Zero);
1 reference to _assemblyConfigCookie
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\FusionAssemblyPortabilityPolicy.cs (1)
58get { return _assemblyConfigCookie; }