2 instantiations of RemotingMethodCachedData
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
302
cache = new
RemotingMethodCachedData
(this);
system\reflection\methodinfo.cs (1)
288
cache = new
RemotingMethodCachedData
(this);
36 references to RemotingMethodCachedData
mscorlib (36)
system\reflection\ConstructorInfo.cs (4)
289
private
RemotingMethodCachedData
m_cachedData;
291
internal
RemotingMethodCachedData
RemotingCache
299
RemotingMethodCachedData
cache = m_cachedData;
303
RemotingMethodCachedData
ret = Interlocked.CompareExchange(ref m_cachedData, cache, null);
system\reflection\methodinfo.cs (4)
275
private
RemotingMethodCachedData
m_cachedData;
277
internal
RemotingMethodCachedData
RemotingCache
285
RemotingMethodCachedData
cache = m_cachedData;
289
RemotingMethodCachedData
ret = Interlocked.CompareExchange(ref m_cachedData, cache, null);
system\runtime\remoting\activationservices.cs (1)
1351
RemotingMethodCachedData
methodCache =
system\runtime\remoting\channelservices.cs (2)
723
RemotingMethodCachedData
cache = (
RemotingMethodCachedData
)
system\runtime\remoting\channelsinkstacks.cs (4)
413
RemotingMethodCachedData
asyncEndCache = (
RemotingMethodCachedData
)
417
RemotingMethodCachedData
syncCache = (
RemotingMethodCachedData
)
system\runtime\remoting\message.cs (12)
305
RemotingMethodCachedData
methodCache =
366
RemotingMethodCachedData
methCache =
472
RemotingMethodCachedData
methodCache =
498
RemotingMethodCachedData
methodCache = InternalRemotingServices.GetReflectionCachedData(mb);
2690
RemotingMethodCachedData
methodCache = InternalRemotingServices.GetReflectionCachedData(_methodBase);
3451
RemotingMethodCachedData
methodCache = InternalRemotingServices.GetReflectionCachedData(MI);
3522
void PopulateOutArguments(
RemotingMethodCachedData
methodCache)
3572
RemotingMethodCachedData
methodCache = InternalRemotingServices.GetReflectionCachedData(MI);
4116
private
RemotingMethodCachedData
_methodCache;
4597
RemotingMethodCachedData
methodCache = InternalRemotingServices.GetReflectionCachedData(MI);
5228
RemotingMethodCachedData
_methodCachedData;
5508
internal static Object[] ExpandAsyncEndArgsToSyncArgs(
RemotingMethodCachedData
syncMethod,
system\runtime\remoting\realproxy.cs (1)
476
RemotingMethodCachedData
cache =
system\runtime\remoting\remotingservices.cs (3)
1905
RemotingMethodCachedData
cache =
2037
RemotingMethodCachedData
cache =
2794
internal static
RemotingMethodCachedData
GetReflectionCachedData(MethodBase mi)
system\runtime\remoting\remotingsurrogateselector.cs (2)
376
RemotingMethodCachedData
cache = (
RemotingMethodCachedData
)InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\stackbuildersink.cs (3)
137
RemotingMethodCachedData
methodCache =
236
RemotingMethodCachedData
methodCache =
452
internal void CopyNonByrefOutArgsFromOriginalArgs(
RemotingMethodCachedData
methodCache,