1 instantiation of FastStringLookupTable
System.Web.Extensions (1)
UI\WebResourceUtil.cs (1)
71
return new
FastStringLookupTable
(resourceNames);
2 references to FastStringLookupTable
System.Web.Extensions (2)
UI\WebResourceUtil.cs (2)
22
private static readonly
FastStringLookupTable
_systemWebExtensionsCache = CreateSystemWebExtensionsCache();
65
private static
FastStringLookupTable
CreateSystemWebExtensionsCache() {