1 write to callA
mscorlib (1)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
1018
callA
= new Object[arraySize];
6 references to callA
mscorlib (6)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (6)
1020
callA
[arrayPosition++] = args;
1023
callA
[arrayPosition++] = returnValue;
1026
callA
[arrayPosition++] = exception;
1029
callA
[arrayPosition++] = callContext;
1032
callA
[arrayPosition] = properties;
1034
return
callA
;