49 references to Lazy
ILLink.RoslynAnalyzer (1)
Microsoft.Build (4)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis.Features (3)
Microsoft.CodeAnalysis.SemanticSearch.Extensions (2)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.Interop.LibraryImportGenerator (4)
Microsoft.ML.CodeAnalyzer.Tests (1)
Microsoft.VisualStudio.LanguageServices (1)
System.ComponentModel.Composition (4)
System.Composition.Hosting (2)
System.Private.CoreLib (1)
System.Xaml (23)
System\Xaml\XamlLanguage.cs (23)
97new Lazy<XamlType>(() => GetXamlType(typeof(IXmlSerializable)), true);
100new Lazy<XamlType>(() => GetXamlType(typeof(PositionalParameterDescriptor)), true);
103new Lazy<XamlType>(() => GetXamlType(typeof(char)), true);
105new Lazy<XamlType>(() => GetXamlType(typeof(float)), true);
107new Lazy<XamlType>(() => GetXamlType(typeof(byte)), true);
109new Lazy<XamlType>(() => GetXamlType(typeof(short)), true);
111new Lazy<XamlType>(() => GetXamlType(typeof(long)), true);
113new Lazy<XamlType>(() => GetXamlType(typeof(decimal)), true);
115new Lazy<XamlType>(() => GetXamlType(typeof(Uri)), true);
117new Lazy<XamlType>(() => GetXamlType(typeof(TimeSpan)), true);
123new Lazy<XamlDirective>(() => GetXamlDirective(x_AsyncRecords,
126new Lazy<XamlDirective>(() => GetXamlDirective(x_Arguments,
135new Lazy<XamlDirective>(() => GetXamlDirective(x_ConnectionId,
138new Lazy<XamlDirective>(() => GetXamlDirective(x_FactoryMethod,
143new Lazy<XamlDirective>(() => GetXamlDirective(x_Items,
146new Lazy<XamlDirective>(() => GetXamlDirective(x_Initialization,
149new Lazy<XamlDirective>(() => GetXamlDirective(x_Key,
152new Lazy<XamlDirective>(() => GetXamlDirective(x_Members,
155new Lazy<XamlDirective>(() => GetXamlDirective(x_ClassAttributes,
160new Lazy<XamlDirective>(() => GetXamlDirective(x_PositionalParameters,
163new Lazy<XamlDirective>(() => GetXamlDirective(x_Shared), true);
165new Lazy<XamlDirective>(() => GetXamlDirective(x_Subclass), true);
173new Lazy<XamlDirective>(() => GetXamlDirective(x_UnknownContent, AllowedMemberLocations.MemberElement, MemberReflector.UnknownReflector), true);