1 write to m_cachedData
mscorlib (1)
system\reflection\ConstructorInfo.cs (1)
303RemotingMethodCachedData ret = Interlocked.CompareExchange(ref m_cachedData, cache, null);
1 reference to m_cachedData
mscorlib (1)
system\reflection\ConstructorInfo.cs (1)
299RemotingMethodCachedData cache = m_cachedData;