6 instantiations of WeakLazy
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
166private static WeakLazy<_IUnicodeCharactersStatics> _instance = new WeakLazy<_IUnicodeCharactersStatics>(); 325private static WeakLazy<_IWordsSegmenterFactory> _instance = new WeakLazy<_IWordsSegmenterFactory>();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
77private static WeakLazy<_ILanguageFactory> _instance = new WeakLazy<_ILanguageFactory>(); 116private static WeakLazy<_ILanguageStatics> _instance = new WeakLazy<_ILanguageStatics>(); 127private static WeakLazy<_ILanguageStatics2> _instance = new WeakLazy<_ILanguageStatics2>();
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
275static WeakLazy<ActivationFactory<T>> _factory = new WeakLazy<ActivationFactory<T>>();
6 references to WeakLazy
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
166private static WeakLazy<_IUnicodeCharactersStatics> _instance = new WeakLazy<_IUnicodeCharactersStatics>(); 325private static WeakLazy<_IWordsSegmenterFactory> _instance = new WeakLazy<_IWordsSegmenterFactory>();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
77private static WeakLazy<_ILanguageFactory> _instance = new WeakLazy<_ILanguageFactory>(); 116private static WeakLazy<_ILanguageStatics> _instance = new WeakLazy<_ILanguageStatics>(); 127private static WeakLazy<_ILanguageStatics2> _instance = new WeakLazy<_ILanguageStatics2>();
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
275static WeakLazy<ActivationFactory<T>> _factory = new WeakLazy<ActivationFactory<T>>();