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