14 references to LogicalCallContext
mscorlib (14)
system\runtime\remoting\callcontext.cs (1)
411LogicalCallContext lc = new LogicalCallContext();
system\runtime\remoting\message.cs (6)
463_callContext = new LogicalCallContext(); 2778_callContext = new LogicalCallContext(); 3709callContext = new LogicalCallContext(); 3843callContext = new LogicalCallContext(); 4517callContext = new LogicalCallContext(); 4773callContext = new LogicalCallContext();
system\runtime\remoting\messagesmuggler.cs (2)
420LogicalCallContext callContext = new LogicalCallContext(); 584LogicalCallContext callContext = new LogicalCallContext();
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
796LogicalCallContext lcallContext = new LogicalCallContext(); 1082LogicalCallContext lcallContext = new LogicalCallContext();
system\runtime\serialization\formatters\binary\binarymethodmessage.cs (2)
44_logicalCallContext = new LogicalCallContext(); 125_logicalCallContext = new LogicalCallContext();
system\threading\executioncontext.cs (1)
797_logicalCallContext = new LogicalCallContext();