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