6 instantiations of WeakLazy
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
165private static WeakLazy<_IUnicodeCharactersStatics> _instance = new WeakLazy<_IUnicodeCharactersStatics>(); 324private static WeakLazy<_IWordsSegmenterFactory> _instance = new WeakLazy<_IWordsSegmenterFactory>();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
76private static WeakLazy<_ILanguageFactory> _instance = new WeakLazy<_ILanguageFactory>(); 115private static WeakLazy<_ILanguageStatics> _instance = new WeakLazy<_ILanguageStatics>(); 126private static WeakLazy<_ILanguageStatics2> _instance = new WeakLazy<_ILanguageStatics2>();
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
273private static WeakLazy<ActivationFactory<T>> _factory = new WeakLazy<ActivationFactory<T>>();
6 references to WeakLazy
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
165private static WeakLazy<_IUnicodeCharactersStatics> _instance = new WeakLazy<_IUnicodeCharactersStatics>(); 324private static WeakLazy<_IWordsSegmenterFactory> _instance = new WeakLazy<_IWordsSegmenterFactory>();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
76private static WeakLazy<_ILanguageFactory> _instance = new WeakLazy<_ILanguageFactory>(); 115private static WeakLazy<_ILanguageStatics> _instance = new WeakLazy<_ILanguageStatics>(); 126private static WeakLazy<_ILanguageStatics2> _instance = new WeakLazy<_ILanguageStatics2>();
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
273private static WeakLazy<ActivationFactory<T>> _factory = new WeakLazy<ActivationFactory<T>>();