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