1 write to _data
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (1)
121Interlocked.CompareExchange(ref _data, data, null);
3 references to _data
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (3)
113if (_data != null) 115if (object.ReferenceEquals(_data, TypeIdentifierData.Empty)) 117return _data;