示例#1
0
 internal static void UnlockDefaultResolverConstructorSelector()
 {
     _defaultResolverConstructorSelector.UnlockValue();
 }
 internal static void UnlockConverter()
 {
     _converter.UnlockValue();
 }
示例#3
0
 internal static void UnlockKeyValueStore()
 {
     _keyValueStore.UnlockValue();
 }
 internal static void UnlockExtraPrimitivishTypes()
 {
     _extraPrimitivishTypes.UnlockValue();
 }
示例#5
0
 internal static void UnlockBackgroundErrorLogFactory()
 {
     _backgroundErrorLogFactory.UnlockValue();
 }
示例#6
0
 internal static void UnlockCurrent()
 {
     _current.UnlockValue();
 }