3 references to NonRefOutArgMap
mscorlib (3)
system\runtime\remoting\realproxy.cs (2)
497
if (cache.
NonRefOutArgMap
.Length > 0)
499
foreach (int index in cache.
NonRefOutArgMap
)
system\runtime\remoting\stackbuildersink.cs (1)
456
int[] map = methodCache.
NonRefOutArgMap
;