2 references to Lazy
System.Web (2)
Configuration\CompilationSection.cs (1)
199new Lazy<ConcurrentDictionary<Assembly, string>>();
UI\WebControls\ModelDataSourceMethod.cs (1)
10private Lazy<OrderedDictionary> _parameters = new Lazy<OrderedDictionary>();