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