7 references to VolatileReadAsByref
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\StaticsHelpers.cs (7)
22
private static ref byte VolatileReadAsByref(ref IntPtr address) => ref
VolatileReadAsByref
(ref address);
30
return ref DynamicStaticsInfo.MaskStaticsPointer(ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pNonGCStatics));
37
ref byte nonGCStaticBase = ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pNonGCStatics);
49
ref byte nonGCStaticBase = ref
VolatileReadAsByref
(ref dynamicStaticsInfo->_pNonGCStatics);
63
return ref DynamicStaticsInfo.MaskStaticsPointer(ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pGCStatics));
70
ref byte gcStaticBase = ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pGCStatics);
82
ref byte gcStaticBase = ref
VolatileReadAsByref
(ref dynamicStaticsInfo->_pGCStatics);