14 references to LogicalCallContext
mscorlib (14)
system\runtime\remoting\callcontext.cs (1)
411
LogicalCallContext lc = new
LogicalCallContext
();
system\runtime\remoting\message.cs (6)
463
_callContext = new
LogicalCallContext
();
2778
_callContext = new
LogicalCallContext
();
3709
callContext = new
LogicalCallContext
();
3843
callContext = new
LogicalCallContext
();
4517
callContext = new
LogicalCallContext
();
4773
callContext = new
LogicalCallContext
();
system\runtime\remoting\messagesmuggler.cs (2)
420
LogicalCallContext callContext = new
LogicalCallContext
();
584
LogicalCallContext callContext = new
LogicalCallContext
();
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
796
LogicalCallContext lcallContext = new
LogicalCallContext
();
1082
LogicalCallContext 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
();