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