13 references to Name
System.Web (13)
Compilation\BrowserCapabilitiesCompiler.cs (2)
250AddStringToHashtable(_defaultBrowserOverrides, hashKey, bd.Name, bd.IsRefID); 252AddStringToHashtable(_browserOverrides, hashKey, bd.Name, bd.IsRefID);
Configuration\BrowserCapabilitiesCodeGenerator.cs (11)
297BrowserDefinition oldNode = (BrowserDefinition)browserTree[browserInfo.Name]; 308browserTree[browserInfo.Name] = browserInfo; 323if (IsRootNode(bd.Name)) { 363string currentId = currentBrowser.Name; 375currentId = currentBrowser.Name; 384_customTreeNames[index] = bd.Name; 990cmm.Name = prefix + bd.Name + "Process"; 1023string methodName = prefix + bd.Name + "ProcessGateways"; 1071string methodName = prefix + bd.Name + "ProcessBrowsers"; 1466CodeMethodInvokeExpression xProcess = new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), prefix + bd.Name + "Process"); 1486CodeMethodInvokeExpression xProcess = new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), prefix + bd.Name + "Process");