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)
192if (_flavor == REQUIRES_NEW) 203if ( ( (_flavor == NOT_SUPPORTED)&&(syncProp != null) ) 204|| ( (_flavor == REQUIRED)&&(syncProp == null) ) 210if (_flavor == REQUIRED) 224if ( (_flavor==NOT_SUPPORTED) || (_flavor==SUPPORTED) || (null == ctorMsg) ) 231Contract.Assert(_flavor == REQUIRED,"Use cli-ctx property only for the REQUIRED flavor");