6 references to CTX_FROZEN
mscorlib (6)
system\runtime\remoting\context.cs (6)
249
if ((_ctxFlags &
CTX_FROZEN
) != 0)
273
_ctxFlags |=
CTX_FROZEN
;
287
if ((_ctxFlags &
CTX_FROZEN
) != 0)
533
Contract.Assert((_ctxFlags &
CTX_FROZEN
) ==
CTX_FROZEN
,
637
if ((_ctxFlags &
CTX_FROZEN
) == 0)