1 write to _logicalCallID
mscorlib (1)
system\runtime\remoting\callcontext.cs (1)
788
set {
_logicalCallID
= value;}
2 references to _logicalCallID
mscorlib (2)
system\runtime\remoting\callcontext.cs (2)
787
get {return
_logicalCallID
;}
797
return (
_logicalCallID
!=null);