1 instantiation of LastCalledMethodClass
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
170
LastCalledMethodClass lastMeth = new
LastCalledMethodClass
();
3 references to LastCalledMethodClass
mscorlib (3)
system\runtime\remoting\remotingattributes.cs (3)
121
private
LastCalledMethodClass
_lastMethodCalled; // cache for last method that was called
152
LastCalledMethodClass
lastMeth = _lastMethodCalled;
170
LastCalledMethodClass
lastMeth = new LastCalledMethodClass();