2 references to SwitchDoNotMarshalOutByrefSafeArrayOnInvoke
mscorlib (2)
system\AppContext\AppContextDefaultValues.Defaults.cs (1)
77AppContext.DefineSwitchDefault(SwitchDoNotMarshalOutByrefSafeArrayOnInvoke, true);
system\AppContext\AppContextSwitches.cs (1)
182return GetCachedSwitchValue(AppContextDefaultValues.SwitchDoNotMarshalOutByrefSafeArrayOnInvoke, ref _doNotMarshalOutByrefSafeArrayOnInvoke);