2 writes to _cliCtxAttr
mscorlib (2)
system\runtime\remoting\synchronizeddispatch.cs (2)
213
_cliCtxAttr
= syncProp;
233
_cliCtxAttr
= null;
2 references to _cliCtxAttr
mscorlib (2)
system\runtime\remoting\synchronizeddispatch.cs (2)
229
if (
_cliCtxAttr
!= null)
232
ctorMsg.ContextProperties.Add((IContextProperty)
_cliCtxAttr
);