3 writes to callContext
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (3)
932
this.
callContext
= callContext;
1084
callContext
= lcallContext;
1128
callContext
= returnA[arrayPosition++];
4 references to callContext
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
1052
IOUtil.WriteStringWithCode((String)
callContext
, sout);
1138
return new MethodResponse(methodCallMessage, handlerObject, new BinaryMethodReturnMessage(returnValue, args, exception, (LogicalCallContext)
callContext
, (Object[])properties));
1160
if (
callContext
is String)
1161
BinaryUtil.NVTraceI("callContext", (String)
callContext
);