1 write to _flavor
mscorlib (1)
system\runtime\remoting\synchronizeddispatch.cs (1)
163
_flavor
= flag;
7 references to _flavor
mscorlib (7)
system\runtime\remoting\synchronizeddispatch.cs (7)
192
if (
_flavor
== REQUIRES_NEW)
203
if ( ( (
_flavor
== NOT_SUPPORTED)&&(syncProp != null) )
204
|| ( (
_flavor
== REQUIRED)&&(syncProp == null) )
210
if (
_flavor
== REQUIRED)
224
if ( (
_flavor
==NOT_SUPPORTED) || (
_flavor
==SUPPORTED) || (null == ctorMsg) )
231
Contract.Assert(
_flavor
== REQUIRED,"Use cli-ctx property only for the REQUIRED flavor");