2 writes to _contextProperties
mscorlib (2)
system\runtime\remoting\message.cs (2)
3978
_contextProperties
= (IList) value;
4047
_contextProperties
= new ArrayList();
2 references to _contextProperties
mscorlib (2)
system\runtime\remoting\message.cs (2)
4045
if (
_contextProperties
== null)
4049
return
_contextProperties
;