7 references to VolatileReadAsByref
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\StaticsHelpers.cs (7)
20
private static ref byte VolatileReadAsByref(ref IntPtr address) => ref
VolatileReadAsByref
(ref address);
27
return ref DynamicStaticsInfo.MaskStaticsPointer(ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pNonGCStatics));
33
ref byte nonGCStaticBase = ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pNonGCStatics);
44
ref byte nonGCStaticBase = ref
VolatileReadAsByref
(ref dynamicStaticsInfo->_pNonGCStatics);
57
return ref DynamicStaticsInfo.MaskStaticsPointer(ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pGCStatics));
63
ref byte gcStaticBase = ref
VolatileReadAsByref
(ref mt->AuxiliaryData->GetDynamicStaticsInfo()._pGCStatics);
74
ref byte gcStaticBase = ref
VolatileReadAsByref
(ref dynamicStaticsInfo->_pGCStatics);