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