system\globalization\calendardata.cs (5)
105"July", "August", "September", "October", "November", "December", String.Empty}; // month names
107"Jul", "Aug", "Sep", "Oct", "Nov", "Dec", String.Empty}; // abbreviated month names
133if (this.sNativeName == null) this.sNativeName = String.Empty; // Calendar Name for the locale.
170this.sNativeName = String.Empty;
257this.saEraNames = new String[] { String.Empty };
system\globalization\datetimeformatinfoscanner.cs (16)
131temp.Add("/", String.Empty);
132temp.Add("-", String.Empty);
133temp.Add(".", String.Empty);
135temp.Add(CJKYearSuff, String.Empty);
136temp.Add(CJKMonthSuff, String.Empty);
137temp.Add(CJKDaySuff, String.Empty);
138temp.Add(KoreanYearSuff, String.Empty);
139temp.Add(KoreanMonthSuff, String.Empty);
140temp.Add(KoreanDaySuff, String.Empty);
141temp.Add(KoreanHourSuff, String.Empty);
142temp.Add(KoreanMinuteSuff, String.Empty);
143temp.Add(KoreanSecondSuff, String.Empty);
144temp.Add(CJKHourSuff, String.Empty);
145temp.Add(ChineseHourSuff, String.Empty);
146temp.Add(CJKMinuteSuff, String.Empty);
147temp.Add(CJKSecondSuff, String.Empty);
system\io\directoryinfo.cs (5)
134Directory.CheckPermissions(string.Empty, FullPath, checkHost: false);
159Directory.CheckPermissions(string.Empty, FullPath, checkHost: true, access: FileSecurityStateAccess.PathDiscovery);
169Directory.CheckPermissions(string.Empty, FullPath, checkHost: false, access: FileSecurityStateAccess.PathDiscovery);
192Directory.CheckPermissions(string.Empty, dir.FullPath, checkHost: true, access: FileSecurityStateAccess.PathDiscovery | FileSecurityStateAccess.Read);
689__Error.WinIOError(hr, string.Empty);
system\io\filestream.cs (13)
331FrameworkEventSource.Log.ThreadTransferReceive((long)(asyncResult.OverLapped), 2, string.Empty);
389__Error.WinIOError(errorCode, String.Empty);
1186__Error.WinIOError(hr, String.Empty);
1485__Error.WinIOError(hr, String.Empty);
1599__Error.WinIOError(hr, String.Empty);
1718__Error.WinIOError(hr, String.Empty);
1859__Error.WinIOError(hr, String.Empty);
2062FrameworkEventSource.Log.ThreadTransferSend((long)(asyncResult.OverLapped), 2, string.Empty, false);
2097__Error.WinIOError(hr, String.Empty);
2149__Error.WinIOError(afsar.ErrorCode, String.Empty);
2321FrameworkEventSource.Log.ThreadTransferSend((long)(asyncResult.OverLapped), 2, string.Empty, false);
2354__Error.WinIOError(hr, String.Empty);
2404__Error.WinIOError(afsar.ErrorCode, String.Empty);
system\reflection\emit\modulebuilder.cs (7)
142if (strFormat == null || strFormat.Equals(String.Empty))
1323ResWriterData resWriterData = new ResWriterData( resWriter, stream, name, String.Empty, String.Empty, attribute);
1374ResWriterData resWriterData = new ResWriterData( null, stream, name, String.Empty, String.Empty, attribute);
1748return new TypeToken(GetTypeRefNested(type, this, String.Empty));
1769String strRefedModuleFileName = String.Empty;
system\security\principal\windowsidentity.cs (7)
304return String.Empty;
309return String.Empty; // no authentication, just return an empty string
502return String.Empty;
1500instanceClaims.Add( new Claim(windowsClaim.Name, Marshal.PtrToStringAuto(stringPointers[item]), ClaimValueTypes.String, m_issuerName, m_issuerName, this, propertyValue, string.Empty));
1510instanceClaims.Add(new Claim(windowsClaim.Name, Convert.ToString(intValues[item], CultureInfo.InvariantCulture), ClaimValueTypes.Integer64, m_issuerName, m_issuerName, this, propertyValue, string.Empty));
1521instanceClaims.Add( new Claim(windowsClaim.Name, Convert.ToString((UInt64)uintValues[item], CultureInfo.InvariantCulture), ClaimValueTypes.UInteger64, m_issuerName, m_issuerName, this, propertyValue, string.Empty));
1538string.Empty));
system\timezoneinfo.cs (21)
287return (m_displayName == null ? String.Empty : m_displayName);
293return (m_standardDisplayName == null ? String.Empty : m_standardDisplayName);
299return (m_daylightDisplayName == null? String.Empty : m_daylightDisplayName);
2538String registryStandardName = key.GetValue(c_standardValue, String.Empty, RegistryValueOptions.None) as String;
2574return String.Empty;
2584return String.Empty;
2601return String.Empty;
2605return String.Empty;
2623return String.Empty;
2628return String.Empty;
2662return String.Empty;
2683displayName = String.Empty;
2684standardName = String.Empty;
2685daylightName = String.Empty;
2688String displayNameMuiResource = key.GetValue(c_muiDisplayValue, String.Empty, RegistryValueOptions.None) as String;
2689String standardNameMuiResource = key.GetValue(c_muiStandardValue, String.Empty, RegistryValueOptions.None) as String;
2690String daylightNameMuiResource = key.GetValue(c_muiDaylightValue, String.Empty, RegistryValueOptions.None) as String;
2707displayName = key.GetValue(c_displayValue, String.Empty, RegistryValueOptions.None) as String;
2710standardName = key.GetValue(c_standardValue, String.Empty, RegistryValueOptions.None) as String;
2713daylightName = key.GetValue(c_daylightValue, String.Empty, RegistryValueOptions.None) as String;
3867throw new SerializationException(Environment.GetResourceString("Serialization_InvalidEscapeSequence", String.Empty));
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
52return String.Empty;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
704String.Empty,
src\Framework\System\Windows\MessageBox.cs (2)
200return ShowCore(IntPtr.Zero, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0);
420return ShowCore((new WindowInteropHelper (owner)).CriticalHandle, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0);
net\System\Net\SecureProtocols\NegotiateStream.cs (4)
69AuthenticateAsClient((NetworkCredential)CredentialCache.DefaultCredentials, null, string.Empty, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification);
108return BeginAuthenticateAsClient((NetworkCredential)CredentialCache.DefaultCredentials, null, string.Empty,
204_NegoState.ValidateCreateContext(_Package, credential, string.Empty, policy, requiredProtectionLevel, requiredImpersonationLevel);
245_NegoState.ValidateCreateContext(_Package, credential, string.Empty, policy, requiredProtectionLevel, requiredImpersonationLevel);
net\System\Net\SecureProtocols\SslStream.cs (2)
198_SslState.ValidateCreateContext(true, string.Empty, enabledSslProtocols, serverCertificate, null, clientCertificateRequired, checkCertificateRevocation);
227_SslState.ValidateCreateContext(true, string.Empty, enabledSslProtocols, serverCertificate, null, clientCertificateRequired, checkCertificateRevocation);
net\System\Net\WebSockets\WebSocketBase.cs (10)
81string parameters = string.Empty;
211Logging.Enter(Logging.WebSockets, this, Methods.ReceiveAsync, string.Empty);
271Logging.Exit(Logging.WebSockets, this, Methods.ReceiveAsync, string.Empty);
310string inputParameter = string.Empty;
447Logging.Enter(Logging.WebSockets, this, Methods.Abort, string.Empty);
502Logging.Exit(Logging.WebSockets, this, Methods.Abort, string.Empty);
521string inputParameter = string.Empty;
766string inputParameter = string.Empty;
1541Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnKeepAlive, string.Empty);
1604Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnKeepAlive, string.Empty);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (15)
96Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
174Logging.Enter(Logging.WebSockets, this, Methods.Close, string.Empty);
192Logging.Exit(Logging.WebSockets, this, Methods.Close, string.Empty);
284Logging.Exit(Logging.WebSockets, this, Methods.WriteAsync, string.Empty);
319Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty);
356Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty);
377Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
398Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
545Logging.Enter(Logging.WebSockets, this, Methods.Close, string.Empty);
571Logging.Exit(Logging.WebSockets, this, Methods.Close, string.Empty);
641Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty);
838Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnCancel, string.Empty);
861Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnCancel, string.Empty);
917Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty);
955Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (13)
213Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncFast, string.Empty);
366Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty);
407Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty);
478Logging.Exit(Logging.WebSockets, this, Methods.WriteAsyncCore, string.Empty);
490Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncFast, string.Empty);
619Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
661Logging.Exit(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
721Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
747Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
793Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty);
807Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty);
823Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
837Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
67return string.Empty;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\newitemfactorytypemodeltotypenameconverter.cs (1)
32return string.Empty;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
198return string.Empty;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
301return String.Empty;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
170text = string.Empty;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
25: this(string.Empty)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
33string.Empty,
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
23return string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
108reason = string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
124return String.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
67return string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\newitemfactorytypemodeltotypenameconverter.cs (1)
32return string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
198return string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
222rect.DataContext = string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
301return String.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
170text = string.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
25: this(string.Empty)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
33string.Empty,
fx\src\data\System\NewXml\XmlDataDocument.cs (9)
322prefix = String.Empty;
324namespaceURI = String.Empty;
433ns = String.Empty;
434docelem = new XmlBoundElement( string.Empty, docElemName, ns, this );
624newNode = new XmlBoundElement( string.Empty, col.EncodedColumnName, col.Namespace, this );
1225XmlBoundElement rowElement = new XmlBoundElement( string.Empty, table.EncodedTableName, table.Namespace, this );
1306value = String.Empty;
1390XmlElement newElem = new XmlBoundElement( string.Empty, col.EncodedColumnName, col.Namespace, this );
2226string xsi_attrVal = string.Empty;
System\Data\Common\Utils\StringUtil.cs (7)
35if (null == values) { return String.Empty; }
53return ToSeparatedString(list, s_defaultDelimiter, string.Empty);
70return ToSeparatedStringSorted(list, s_defaultDelimiter, string.Empty);
96ToSeparatedStringPrivate(builder, list, s_defaultDelimiter, string.Empty, false);
100ToSeparatedStringPrivate(builder, list, s_defaultDelimiter, string.Empty, true);
104ToSeparatedStringPrivate(builder, list, separator, string.Empty, false);
108ToSeparatedStringPrivate(builder, list, separator, string.Empty, true);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (5)
425ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.AmbiguousMultiConstants, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
488ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.AttributesUnrecoverable, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
575ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.AmbiguousMultiConstants, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
627_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NoDefaultValue, builder.ToString(), _context.AllWrappersForExtent, String.Empty));
723ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ImpopssibleCondition, Strings.Viewgen_QV_RewritingNotFound(fragment.RightExtent.ToString()), fragment.Cells, String.Empty);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (3)
269ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.DuplicateCPropertiesMapped, builder.ToString(), sourceCell, String.Empty);
369ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.NotNullNoProjectedSlot, builder.ToString(), sourceCell, String.Empty);
514ErrorLog.Record error = new ErrorLog.Record(true, errorCode, message, ownerCell, String.Empty);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (10)
143Trace.WriteLine(String.Empty);
144Trace.WriteLine(String.Empty);
167ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyMissingTableMapping, message, parentRewriter.UsedCells, String.Empty);
177ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyMissingTableMapping, message, childRewriter.UsedCells, String.Empty);
243ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyNotGuaranteedInCSpace, message, allWrappers, String.Empty);
339ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyMissingRelationshipMapping, message, bothExtentWrappers, String.Empty);
467ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyUpperBoundMustBeOne, message, cell, String.Empty);
478ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyLowerBoundMustBeOne, message, cell, String.Empty);
518ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyParentTableNotMappedToEnd, message, cell, String.Empty);
782ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ForeignKeyColumnOrderIncorrect, message, new Cell[] { errorParentCell, childCell }, String.Empty);
System\ServiceModel\Channels\HttpChannelListener.cs (10)
521WriteAuditEvent(AuditLevel.Failure, (authenticationContext.LogonUserIdentity != null) ? authenticationContext.LogonUserIdentity.Name : String.Empty, exception);
528WriteAuditEvent(AuditLevel.Success, (authenticationContext.LogonUserIdentity != null) ? authenticationContext.LogonUserIdentity.Name : String.Empty, null);
581WriteAuditEvent(AuditLevel.Failure, (identity != null) ? identity.Name : ((wid != null) ? wid.Name : String.Empty), exception);
590WriteAuditEvent(AuditLevel.Success, (identity != null) ? identity.Name : ((wid != null) ? wid.Name : String.Empty), null);
674WriteAuditEvent(AuditLevel.Failure, String.Empty, exception);
699WriteAuditEvent(AuditLevel.Failure, String.Empty, exception);
757hostName = Dns.GetHostEntry(string.Empty).HostName;
771hostName = Dns.GetHostEntry(string.Empty).HostName;
782hostName = Dns.GetHostEntry(string.Empty).HostName;
1150string statusDescription = string.Empty;
System\ServiceModel\Channels\HttpsChannelListener.cs (7)
219WriteAuditEvent(AuditLevel.Failure, (certificate != null) ? SecurityUtils.GetCertificateId(certificate) : String.Empty, exception);
226WriteAuditEvent(AuditLevel.Success, (certificate != null) ? SecurityUtils.GetCertificateId(certificate) : String.Empty, null);
261retValue = CreateSecurityProperty(certificateEx, null, string.Empty);
280WriteAuditEvent(AuditLevel.Failure, (certificateEx != null) ? SecurityUtils.GetCertificateId(certificateEx) : String.Empty, exception);
287WriteAuditEvent(AuditLevel.Success, (certificateEx != null) ? SecurityUtils.GetCertificateId(certificateEx) : String.Empty, null);
339WriteAuditEvent(AuditLevel.Failure, (clientCertificate != null) ? SecurityUtils.GetCertificateId(clientCertificate) : String.Empty, exception);
387WriteAuditEvent(AuditLevel.Failure, (certificateEx != null) ? SecurityUtils.GetCertificateId(certificateEx) : String.Empty, exception);
System\ServiceModel\Configuration\Properties.cs (82)
245properties.Add(new ConfigurationProperty("packageFullName", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
318properties.Add(new ConfigurationProperty("serviceAuthenticationManagerType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
595properties.Add(new ConfigurationProperty("encodedValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
622properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
648properties.Add(new ConfigurationProperty("behaviorConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
649properties.Add(new ConfigurationProperty("binding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
650properties.Add(new ConfigurationProperty("bindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
651properties.Add(new ConfigurationProperty("contract", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
654properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
655properties.Add(new ConfigurationProperty("kind", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
656properties.Add(new ConfigurationProperty("endpointConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
730properties.Add(new ConfigurationProperty("claimType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey));
828properties.Add(new ConfigurationProperty("type", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1094properties.Add(new ConfigurationProperty("value", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1174properties.Add(new ConfigurationProperty("issuedTokenType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1311properties.Add(new ConfigurationProperty("type", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1371properties.Add(new ConfigurationProperty("realm", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1403properties.Add(new ConfigurationProperty("realm", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1457properties.Add(new ConfigurationProperty("localIssuerChannelBehaviors", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1488properties.Add(new ConfigurationProperty("customCertificateValidatorType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1492properties.Add(new ConfigurationProperty("samlSerializerType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1518properties.Add(new ConfigurationProperty("issuerAddress", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey));
1519properties.Add(new ConfigurationProperty("behaviorConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1550properties.Add(new ConfigurationProperty("tokenType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1575properties.Add(new ConfigurationProperty("binding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
1576properties.Add(new ConfigurationProperty("bindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2240properties.Add(new ConfigurationProperty("subProtocol", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2523properties.Add(new ConfigurationProperty("binding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2524properties.Add(new ConfigurationProperty("bindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2525properties.Add(new ConfigurationProperty("resolverType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2701properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
2838properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
2911properties.Add(new ConfigurationProperty("value", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
2966properties.Add(new ConfigurationProperty("securityStateEncoderType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3056properties.Add(new ConfigurationProperty("service", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3057properties.Add(new ConfigurationProperty("factory", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3082properties.Add(new ConfigurationProperty("roleProviderName", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3085properties.Add(new ConfigurationProperty("serviceAuthorizationManagerType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3110properties.Add(new ConfigurationProperty("type", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3115properties.Add(new ConfigurationProperty("identityConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3143properties.Add(new ConfigurationProperty("behaviorConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3171properties.Add(new ConfigurationProperty("behaviorConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3172properties.Add(new ConfigurationProperty("binding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3173properties.Add(new ConfigurationProperty("bindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3174properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3175properties.Add(new ConfigurationProperty("bindingName", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3176properties.Add(new ConfigurationProperty("bindingNamespace", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3177properties.Add(new ConfigurationProperty("contract", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3183properties.Add(new ConfigurationProperty("kind", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3184properties.Add(new ConfigurationProperty("endpointConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3289properties.Add(new ConfigurationProperty("bindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3318properties.Add(new ConfigurationProperty("httpGetBinding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3319properties.Add(new ConfigurationProperty("httpGetBindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3320properties.Add(new ConfigurationProperty("httpsGetBinding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3321properties.Add(new ConfigurationProperty("httpsGetBindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3450properties.Add(new ConfigurationProperty("value", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3631properties.Add(new ConfigurationProperty("value", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3657properties.Add(new ConfigurationProperty("membershipProviderName", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3658properties.Add(new ConfigurationProperty("customUserNamePasswordValidatorType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
3971properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey));
3998properties.Add(new ConfigurationProperty("customCertificateValidatorType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4027properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4054properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4081properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4160properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4188properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4215properties.Add(new ConfigurationProperty("customCertificateValidatorType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4244properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4245properties.Add(new ConfigurationProperty("namespace", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4320properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4345properties.Add(new ConfigurationProperty("name", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4448properties.Add(new ConfigurationProperty("findValue", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4475properties.Add(new ConfigurationProperty("customCertificateValidatorType", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4506properties.Add(new ConfigurationProperty("httpHelpPageBinding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4507properties.Add(new ConfigurationProperty("httpHelpPageBindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4508properties.Add(new ConfigurationProperty("httpsHelpPageBinding", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4509properties.Add(new ConfigurationProperty("httpsHelpPageBindingConfiguration", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4540properties.Add(new ConfigurationProperty(ConfigurationStrings.HttpGetBinding, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4541properties.Add(new ConfigurationProperty(ConfigurationStrings.HttpsGetBinding, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4542properties.Add(new ConfigurationProperty(ConfigurationStrings.HttpGetBindingConfiguration, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4543properties.Add(new ConfigurationProperty(ConfigurationStrings.HttpsGetBindingConfiguration, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
4622properties.Add(new ConfigurationProperty("realm", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Description\MessageContractImporter.cs (7)
655return CheckAndAddPart(part.Type, DataContractSerializerMessageContractImporter.GenericMessageTypeName, part.Name, string.Empty, typeof(Message), description, isReply);
689string ns = string.Empty;
1179return string.Empty;
1467return new XmlQualifiedName(part.Name, String.Empty);
1491bodyPart = isHeader ? (MessagePartDescription)new MessageHeaderDescription(part.Name, String.Empty) : new MessagePartDescription(part.Name, String.Empty);
2017MessagePartDescription part = new MessagePartDescription(xmlName, member.Namespace == null ? string.Empty : member.Namespace);
System\ServiceModel\Security\SctClaimSerializer.cs (8)
62writer.WriteElementString(dictionary.NullValue, dictionary.EmptyString, string.Empty);
133writer.WriteElementString(dictionary.SystemClaim, dictionary.EmptyString, string.Empty);
188writer.WriteElementString(dictionary.SystemClaimSet, dictionary.EmptyString, String.Empty);
192writer.WriteElementString(dictionary.WindowsClaimSet, dictionary.EmptyString, String.Empty);
196writer.WriteElementString(dictionary.AnonymousClaimSet, dictionary.EmptyString, String.Empty);
204writer.WriteElementString(dictionary.NullValue, dictionary.EmptyString, string.Empty);
507identity = new WindowsSidIdentity(sid, name, authenticationType ?? String.Empty);
515identity = SecurityUtils.CreateIdentity(name, authenticationType ?? String.Empty);
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (2)
23string endpointId = String.Empty;
85return new SessionSecurityToken(claimsPrincipal, sct.ContextId, sct.Id, String.Empty, sct.GetKeyBytes(), endpointId, sct.ValidFrom, sct.ValidTo, sct.KeyGeneration, sct.KeyEffectiveTime, sct.KeyExpirationTime, sctAuthPolicy, new Uri(version.Namespace.Value));
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (24)
28static readonly XmlQualifiedName Atom10Href = new XmlQualifiedName(Atom10Constants.HrefTag, string.Empty);
29static readonly XmlQualifiedName Atom10Label = new XmlQualifiedName(Atom10Constants.LabelTag, string.Empty);
30static readonly XmlQualifiedName Atom10Length = new XmlQualifiedName(Atom10Constants.LengthTag, string.Empty);
31static readonly XmlQualifiedName Atom10Relative = new XmlQualifiedName(Atom10Constants.RelativeTag, string.Empty);
32static readonly XmlQualifiedName Atom10Scheme = new XmlQualifiedName(Atom10Constants.SchemeTag, string.Empty);
33static readonly XmlQualifiedName Atom10Term = new XmlQualifiedName(Atom10Constants.TermTag, string.Empty);
34static readonly XmlQualifiedName Atom10Title = new XmlQualifiedName(Atom10Constants.TitleTag, string.Empty);
35static readonly XmlQualifiedName Atom10Type = new XmlQualifiedName(Atom10Constants.TypeTag, string.Empty);
171if (reader.LocalName == Atom10Constants.TermTag && reader.NamespaceURI == string.Empty)
175else if (reader.LocalName == Atom10Constants.SchemeTag && reader.NamespaceURI == string.Empty)
179else if (reader.LocalName == Atom10Constants.LabelTag && reader.NamespaceURI == string.Empty)
258string categoryName = category.Name ?? string.Empty;
602if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty)
715string type = reader.GetAttribute(Atom10Constants.TypeTag, string.Empty);
727string src = reader.GetAttribute(Atom10Constants.SourceTag, string.Empty);
742if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty)
746else if (reader.LocalName == Atom10Constants.SourceTag && reader.NamespaceURI == string.Empty)
1005else if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty)
1009else if (reader.LocalName == Atom10Constants.RelativeTag && reader.NamespaceURI == string.Empty)
1013else if (reader.LocalName == Atom10Constants.TitleTag && reader.NamespaceURI == string.Empty)
1017else if (reader.LocalName == Atom10Constants.LengthTag && reader.NamespaceURI == string.Empty)
1021else if (reader.LocalName == Atom10Constants.HrefTag && reader.NamespaceURI == string.Empty)
1230title = title ?? new TextSyndicationContent(string.Empty);
1276TextSyndicationContent title = item.Title ?? new TextSyndicationContent(string.Empty);
Configuration\BrowserCapabilitiesFactory.cs (78)
39headerValue = ((string)(browserCaps[string.Empty]));
47headerValue = ((string)(browserCaps[string.Empty]));
53regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "Trident/(?\'layoutVersion\'\\d+)");
324headerValue = ((string)(browserCaps[string.Empty]));
332headerValue = ((string)(browserCaps[string.Empty]));
367headerValue = ((string)(browserCaps[string.Empty]));
418headerValue = ((string)(browserCaps[string.Empty]));
427regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "Presto/(?\'layoutVersion\'\\d+)");
491headerValue = ((string)(browserCaps[string.Empty]));
518headerValue = ((string)(browserCaps[string.Empty]));
615headerValue = ((string)(browserCaps[string.Empty]));
645headerValue = ((string)(browserCaps[string.Empty]));
844headerValue = ((string)(browserCaps[string.Empty]));
853regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "Gecko/(?\'layoutVersion\'\\d+)");
983headerValue = ((string)(browserCaps[string.Empty]));
1010headerValue = ((string)(browserCaps[string.Empty]));
1074headerValue = ((string)(browserCaps[string.Empty]));
1082headerValue = ((string)(browserCaps[string.Empty]));
1116headerValue = ((string)(browserCaps[string.Empty]));
1143headerValue = ((string)(browserCaps[string.Empty]));
1170headerValue = ((string)(browserCaps[string.Empty]));
1197headerValue = ((string)(browserCaps[string.Empty]));
1224headerValue = ((string)(browserCaps[string.Empty]));
1251headerValue = ((string)(browserCaps[string.Empty]));
1278headerValue = ((string)(browserCaps[string.Empty]));
1305headerValue = ((string)(browserCaps[string.Empty]));
1332headerValue = ((string)(browserCaps[string.Empty]));
1359headerValue = ((string)(browserCaps[string.Empty]));
1386headerValue = ((string)(browserCaps[string.Empty]));
1413headerValue = ((string)(browserCaps[string.Empty]));
1445headerValue = ((string)(browserCaps[string.Empty]));
1472headerValue = ((string)(browserCaps[string.Empty]));
1499headerValue = ((string)(browserCaps[string.Empty]));
1532headerValue = ((string)(browserCaps[string.Empty]));
1608headerValue = ((string)(browserCaps[string.Empty]));
1617regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "AppleWebKit/(?\'layoutVersion\'\\d+)");
1651headerValue = ((string)(browserCaps[string.Empty]));
1660regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "Mozilla/5.0 \\((?\'deviceName\'[^;]+)");
1696headerValue = ((string)(browserCaps[string.Empty]));
1705regexWorker.ProcessRegex(((string)(browserCaps[string.Empty])), "MSIE (?\'msieMajorVersion\'\\d+)");
1756headerValue = ((string)(browserCaps[string.Empty]));
1943headerValue = ((string)(browserCaps[string.Empty]));
1973headerValue = ((string)(browserCaps[string.Empty]));
2002headerValue = ((string)(browserCaps[string.Empty]));
2031headerValue = ((string)(browserCaps[string.Empty]));
2039headerValue = ((string)(browserCaps[string.Empty]));
2044headerValue = ((string)(browserCaps[string.Empty]));
2082headerValue = ((string)(browserCaps[string.Empty]));
2196headerValue = ((string)(browserCaps[string.Empty]));
2332dictionary["Default"] = new System.Web.UI.Triplet(null, string.Empty, 0);
2333dictionary["BlackBerry"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
2334dictionary["Opera"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
2335dictionary["Opera8Plus"] = new System.Web.UI.Triplet("Opera", string.Empty, 2);
2336dictionary["Opera8to9"] = new System.Web.UI.Triplet("Opera8plus", string.Empty, 3);
2337dictionary["Opera10"] = new System.Web.UI.Triplet("Opera8plus", string.Empty, 3);
2338dictionary["GenericDownlevel"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
2339dictionary["Mozilla"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
2340dictionary["IE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
2341dictionary["IE6Plus"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
2342dictionary["IE6to9"] = new System.Web.UI.Triplet("Ie6plus", string.Empty, 4);
2343dictionary["IE7"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5);
2344dictionary["IE8"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5);
2345dictionary["IE9"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5);
2346dictionary["IE10Plus"] = new System.Web.UI.Triplet("Ie6plus", string.Empty, 4);
2347dictionary["InternetExplorer"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
2348dictionary["Firefox"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
2349dictionary["Firefox3Plus"] = new System.Web.UI.Triplet("Firefox", string.Empty, 3);
2350dictionary["Firefox3"] = new System.Web.UI.Triplet("Firefox3plus", string.Empty, 4);
2351dictionary["Firefox35"] = new System.Web.UI.Triplet("Firefox3", string.Empty, 5);
2352dictionary["WebKit"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
2353dictionary["Chrome"] = new System.Web.UI.Triplet("Webkit", string.Empty, 3);
2354dictionary["Safari"] = new System.Web.UI.Triplet("Webkit", string.Empty, 3);
2355dictionary["Safari3Plus"] = new System.Web.UI.Triplet("Safari", string.Empty, 4);
2356dictionary["Safari3to4"] = new System.Web.UI.Triplet("Safari3plus", string.Empty, 5);
2357dictionary["Safari4"] = new System.Web.UI.Triplet("Safari3to4", string.Empty, 6);
2358dictionary["IEMobile"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
2359dictionary["WindowsPhone"] = new System.Web.UI.Triplet("Iemobile", string.Empty, 3);
2360dictionary["UCBrowser"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
Configuration\BrowserCapabilitiesFactory35.cs (449)
21dictionary["Default"] = new System.Web.UI.Triplet(null, string.Empty, 0);
22dictionary["Mozilla"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
23dictionary["IE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
24dictionary["IE5to9"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
25dictionary["IE6to9"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4);
26dictionary["Treo600"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5);
27dictionary["IE5"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4);
28dictionary["IE50"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5);
29dictionary["IE55"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5);
30dictionary["IE5to9Mac"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4);
31dictionary["IE4"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
32dictionary["IE3"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
33dictionary["IE3win16"] = new System.Web.UI.Triplet("Ie3", string.Empty, 4);
34dictionary["IE3win16a"] = new System.Web.UI.Triplet("Ie3win16", string.Empty, 5);
35dictionary["IE3Mac"] = new System.Web.UI.Triplet("Ie3", string.Empty, 4);
36dictionary["IE2"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
37dictionary["WebTV"] = new System.Web.UI.Triplet("Ie2", string.Empty, 4);
38dictionary["WebTV2"] = new System.Web.UI.Triplet("Webtv", string.Empty, 5);
39dictionary["IE1minor5"] = new System.Web.UI.Triplet("Ie", string.Empty, 3);
40dictionary["PowerBrowser"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
41dictionary["Gecko"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
42dictionary["MozillaRV"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3);
43dictionary["MozillaFirebird"] = new System.Web.UI.Triplet("Mozillarv", string.Empty, 4);
44dictionary["MozillaFirefox"] = new System.Web.UI.Triplet("Mozillarv", string.Empty, 4);
45dictionary["Safari"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3);
46dictionary["Safari60"] = new System.Web.UI.Triplet("Safari", string.Empty, 4);
47dictionary["Safari85"] = new System.Web.UI.Triplet("Safari", string.Empty, 4);
48dictionary["Safari1Plus"] = new System.Web.UI.Triplet("Safari", string.Empty, 4);
49dictionary["Netscape5"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3);
50dictionary["Netscape6to9"] = new System.Web.UI.Triplet("Netscape5", string.Empty, 4);
51dictionary["Netscape6to9Beta"] = new System.Web.UI.Triplet("Netscape6to9", string.Empty, 5);
52dictionary["NetscapeBeta"] = new System.Web.UI.Triplet("Netscape5", string.Empty, 4);
53dictionary["AvantGo"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
54dictionary["TMobileSidekick"] = new System.Web.UI.Triplet("Avantgo", string.Empty, 3);
55dictionary["GoAmerica"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
56dictionary["GoAmericaWinCE"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3);
57dictionary["GoAmericaPalm"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3);
58dictionary["GoAmericaRIM"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3);
59dictionary["GoAmericaRIM950"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4);
60dictionary["GoAmericaRIM850"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4);
61dictionary["GoAmericaRIM957"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4);
62dictionary["GoAmericaRIM957major6minor2"] = new System.Web.UI.Triplet("Goamericarim957", string.Empty, 5);
63dictionary["GoAmericaRIM857"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4);
64dictionary["GoAmericaRIM857major6"] = new System.Web.UI.Triplet("Goamericarim857", string.Empty, 5);
65dictionary["GoAmericaRIM857major6minor2to9"] = new System.Web.UI.Triplet("Goamericarim857major6", string.Empty, 6);
66dictionary["GoAmerica7to9"] = new System.Web.UI.Triplet("Goamericarim857", string.Empty, 5);
67dictionary["Netscape3"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
68dictionary["Netscape4"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
69dictionary["Casiopeia"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3);
70dictionary["PalmWebPro"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3);
71dictionary["PalmWebPro3"] = new System.Web.UI.Triplet("Palmwebpro", string.Empty, 4);
72dictionary["NetFront"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3);
73dictionary["SLB500"] = new System.Web.UI.Triplet("Netfront", string.Empty, 4);
74dictionary["VRNA"] = new System.Web.UI.Triplet("Netfront", string.Empty, 4);
75dictionary["Mypalm"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
76dictionary["MyPalm1"] = new System.Web.UI.Triplet("Mypalm", string.Empty, 3);
77dictionary["Eudoraweb"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
78dictionary["PdQbrowser"] = new System.Web.UI.Triplet("Eudoraweb", string.Empty, 3);
79dictionary["Eudoraweb21Plus"] = new System.Web.UI.Triplet("Eudoraweb", string.Empty, 3);
80dictionary["WinCE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
81dictionary["PIE"] = new System.Web.UI.Triplet("Wince", string.Empty, 3);
82dictionary["PIEPPC"] = new System.Web.UI.Triplet("Pie", string.Empty, 4);
83dictionary["PIEnoDeviceID"] = new System.Web.UI.Triplet("Pie", string.Empty, 4);
84dictionary["PIESmartphone"] = new System.Web.UI.Triplet("Pie", string.Empty, 4);
85dictionary["PIE4"] = new System.Web.UI.Triplet("Wince", string.Empty, 3);
86dictionary["PIE4PPC"] = new System.Web.UI.Triplet("Pie4", string.Empty, 4);
87dictionary["PIE5Plus"] = new System.Web.UI.Triplet("Wince", string.Empty, 3);
88dictionary["sigmarion3"] = new System.Web.UI.Triplet("Pie5plus", string.Empty, 4);
89dictionary["MSPIE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2);
90dictionary["MSPIE2"] = new System.Web.UI.Triplet("Mspie", string.Empty, 3);
91dictionary["Docomo"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
92dictionary["DocomoSH251i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
93dictionary["DocomoSH251iS"] = new System.Web.UI.Triplet("Docomosh251i", string.Empty, 3);
94dictionary["DocomoN251i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
95dictionary["DocomoN251iS"] = new System.Web.UI.Triplet("Docomon251i", string.Empty, 3);
96dictionary["DocomoP211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
97dictionary["DocomoF212i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
98dictionary["DocomoD501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
99dictionary["DocomoF501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
100dictionary["DocomoN501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
101dictionary["DocomoP501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
102dictionary["DocomoD502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
103dictionary["DocomoF502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
104dictionary["DocomoN502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
105dictionary["DocomoP502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
106dictionary["DocomoNm502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
107dictionary["DocomoSo502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
108dictionary["DocomoF502it"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
109dictionary["DocomoN502it"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
110dictionary["DocomoSo502iwm"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
111dictionary["DocomoF504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
112dictionary["DocomoN504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
113dictionary["DocomoP504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
114dictionary["DocomoN821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
115dictionary["DocomoP821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
116dictionary["DocomoD209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
117dictionary["DocomoEr209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
118dictionary["DocomoF209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
119dictionary["DocomoKo209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
120dictionary["DocomoN209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
121dictionary["DocomoP209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
122dictionary["DocomoP209is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
123dictionary["DocomoR209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
124dictionary["DocomoR691i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
125dictionary["DocomoF503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
126dictionary["DocomoF503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
127dictionary["DocomoD503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
128dictionary["DocomoD503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
129dictionary["DocomoD210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
130dictionary["DocomoF210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
131dictionary["DocomoN210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
132dictionary["DocomoN2001"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
133dictionary["DocomoD211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
134dictionary["DocomoN211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
135dictionary["DocomoP210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
136dictionary["DocomoKo210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
137dictionary["DocomoP2101v"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
138dictionary["DocomoP2102v"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
139dictionary["DocomoF211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
140dictionary["DocomoF671i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
141dictionary["DocomoN503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
142dictionary["DocomoN503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
143dictionary["DocomoSo503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
144dictionary["DocomoP503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
145dictionary["DocomoP503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
146dictionary["DocomoSo210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
147dictionary["DocomoSo503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
148dictionary["DocomoSh821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
149dictionary["DocomoN2002"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
150dictionary["DocomoSo505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
151dictionary["DocomoP505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
152dictionary["DocomoN505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
153dictionary["DocomoD505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
154dictionary["DocomoISIM60"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2);
155dictionary["EricssonR380"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
156dictionary["Ericsson"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
157dictionary["EricssonR320"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
158dictionary["EricssonT20"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
159dictionary["EricssonT65"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
160dictionary["EricssonT68"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
161dictionary["Ericsson301A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3);
162dictionary["EricssonT68R1A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3);
163dictionary["EricssonT68R101"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3);
164dictionary["EricssonT68R201A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3);
165dictionary["EricssonT300"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
166dictionary["EricssonP800"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
167dictionary["EricssonP800R101"] = new System.Web.UI.Triplet("Ericssonp800", string.Empty, 3);
168dictionary["EricssonT61"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
169dictionary["EricssonT31"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
170dictionary["EricssonR520"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
171dictionary["EricssonA2628"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
172dictionary["EricssonT39"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2);
173dictionary["EzWAP"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
174dictionary["GenericDownlevel"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
175dictionary["Jataayu"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
176dictionary["JataayuPPC"] = new System.Web.UI.Triplet("Jataayu", string.Empty, 2);
177dictionary["Jphone"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
178dictionary["JphoneMitsubishi"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
179dictionary["JphoneDenso"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
180dictionary["JphoneKenwood"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
181dictionary["JphoneNec"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
182dictionary["JphoneNecN51"] = new System.Web.UI.Triplet("Jphonenec", string.Empty, 3);
183dictionary["JphonePanasonic"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
184dictionary["JphonePioneer"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
185dictionary["JphoneSanyo"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
186dictionary["JphoneSA51"] = new System.Web.UI.Triplet("Jphonesanyo", string.Empty, 3);
187dictionary["JphoneSharp"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
188dictionary["JphoneSharpSh53"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3);
189dictionary["JphoneSharpSh07"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3);
190dictionary["JphoneSharpSh08"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3);
191dictionary["JphoneSharpSh51"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3);
192dictionary["JphoneSharpSh52"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3);
193dictionary["JphoneToshiba"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2);
194dictionary["JphoneToshibaT06a"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3);
195dictionary["JphoneToshibaT08"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3);
196dictionary["JphoneToshibaT51"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3);
197dictionary["Legend"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
198dictionary["LGG5200"] = new System.Web.UI.Triplet("Legend", string.Empty, 2);
199dictionary["MME"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
200dictionary["MMEF20"] = new System.Web.UI.Triplet("Mme", string.Empty, 2);
201dictionary["MMECellphone"] = new System.Web.UI.Triplet("Mmef20", string.Empty, 3);
202dictionary["MMEBenefonQ"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
203dictionary["MMESonyCMDZ5"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
204dictionary["MMESonyCMDZ5Pj020e"] = new System.Web.UI.Triplet("Mmesonycmdz5", string.Empty, 5);
205dictionary["MMESonyCMDJ5"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
206dictionary["MMESonyCMDJ7"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
207dictionary["MMEGenericSmall"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
208dictionary["MMEGenericLarge"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
209dictionary["MMEGenericFlip"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
210dictionary["MMEGeneric3D"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4);
211dictionary["MMEMobileExplorer"] = new System.Web.UI.Triplet("Mme", string.Empty, 2);
212dictionary["Nokia"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
213dictionary["NokiaBlueprint"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
214dictionary["NokiaWapSimulator"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
215dictionary["NokiaMobileBrowser"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
216dictionary["Nokia7110"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
217dictionary["Nokia6220"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
218dictionary["Nokia6250"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
219dictionary["Nokia6310"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
220dictionary["Nokia6510"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
221dictionary["Nokia8310"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
222dictionary["Nokia9110i"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
223dictionary["Nokia9110"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
224dictionary["Nokia3330"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
225dictionary["Nokia9210"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
226dictionary["Nokia9210HTML"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
227dictionary["Nokia3590"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
228dictionary["Nokia3590V1"] = new System.Web.UI.Triplet("Nokia3590", string.Empty, 3);
229dictionary["Nokia3595"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
230dictionary["Nokia3560"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
231dictionary["Nokia3650"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
232dictionary["Nokia3650P12Plus"] = new System.Web.UI.Triplet("Nokia3650", string.Empty, 3);
233dictionary["Nokia5100"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
234dictionary["Nokia6200"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
235dictionary["Nokia6590"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
236dictionary["Nokia6800"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
237dictionary["Nokia7650"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2);
238dictionary["NokiaMobileBrowserRainbow"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
239dictionary["NokiaEpoc32wtl"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
240dictionary["NokiaEpoc32wtl20"] = new System.Web.UI.Triplet("Nokiaepoc32wtl", string.Empty, 2);
241dictionary["Up"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
242dictionary["AuMic"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
243dictionary["AuMicV2"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3);
244dictionary["a500"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3);
245dictionary["n400"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3);
246dictionary["AlcatelBe4"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
247dictionary["AlcatelBe5"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
248dictionary["AlcatelBe5v2"] = new System.Web.UI.Triplet("Alcatelbe5", string.Empty, 3);
249dictionary["AlcatelBe3"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
250dictionary["AlcatelBf3"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
251dictionary["AlcatelBf4"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
252dictionary["MotCb"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
253dictionary["MotF5"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
254dictionary["MotD8"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
255dictionary["MotCf"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
256dictionary["MotF6"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
257dictionary["MotBc"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
258dictionary["MotDc"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
259dictionary["MotPanC"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
260dictionary["MotC4"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
261dictionary["Mcca"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
262dictionary["Mot2000"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
263dictionary["MotP2kC"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
264dictionary["MotAf"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
265dictionary["MotAf418"] = new System.Web.UI.Triplet("Motaf", string.Empty, 3);
266dictionary["MotC2"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
267dictionary["Xenium"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
268dictionary["Sagem959"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
269dictionary["SghA300"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
270dictionary["SghN100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
271dictionary["C304sa"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
272dictionary["Sy11"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
273dictionary["St12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
274dictionary["Sy14"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
275dictionary["SieS40"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
276dictionary["SieSl45"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
277dictionary["SieS35"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
278dictionary["SieMe45"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
279dictionary["SieS45"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
280dictionary["Gm832"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
281dictionary["Gm910i"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
282dictionary["Mot32"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
283dictionary["Mot28"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
284dictionary["D2"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
285dictionary["PPat"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
286dictionary["Alaz"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
287dictionary["Cdm9100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
288dictionary["Cdm135"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
289dictionary["Cdm9000"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
290dictionary["C303ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
291dictionary["C311ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
292dictionary["C202de"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
293dictionary["C409ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
294dictionary["C402de"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
295dictionary["Ds15"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
296dictionary["Tp2200"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
297dictionary["Tp120"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
298dictionary["Ds10"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
299dictionary["R280"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
300dictionary["C201h"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
301dictionary["S71"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
302dictionary["C302h"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
303dictionary["C309h"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
304dictionary["C407h"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
305dictionary["C451h"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
306dictionary["R201"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
307dictionary["P21"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
308dictionary["Kyocera702g"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
309dictionary["Kyocera703g"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
310dictionary["KyoceraC307k"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
311dictionary["Tk01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
312dictionary["Tk02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
313dictionary["Tk03"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
314dictionary["Tk04"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
315dictionary["Tk05"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
316dictionary["D303k"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
317dictionary["D304k"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
318dictionary["Qcp2035"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
319dictionary["Qcp3035"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
320dictionary["D512"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
321dictionary["Dm110"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
322dictionary["Tm510"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
323dictionary["Lg13"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
324dictionary["P100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
325dictionary["Lgc875f"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
326dictionary["Lgp680f"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
327dictionary["Lgp7800f"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
328dictionary["Lgc840f"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
329dictionary["Lgi2100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
330dictionary["Lgp7300f"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
331dictionary["Sd500"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
332dictionary["Tp1100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
333dictionary["Tp3000"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
334dictionary["T250"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
335dictionary["Mo01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
336dictionary["Mo02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
337dictionary["Mc01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
338dictionary["Mccc"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
339dictionary["Mcc9"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
340dictionary["Nk00"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
341dictionary["Mai12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
342dictionary["Ma112"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
343dictionary["Ma13"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
344dictionary["Mac1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
345dictionary["Mat1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
346dictionary["Sc01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
347dictionary["Sc03"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
348dictionary["Sc02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
349dictionary["Sc04"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
350dictionary["Sg08"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
351dictionary["Sc13"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
352dictionary["Sc11"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
353dictionary["Sec01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
354dictionary["Sc10"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
355dictionary["Sy12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
356dictionary["St11"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
357dictionary["Sy13"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
358dictionary["Syc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
359dictionary["Sy01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
360dictionary["Syt1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
361dictionary["Sty2"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
362dictionary["Sy02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
363dictionary["Sy03"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
364dictionary["Si01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
365dictionary["Sni1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
366dictionary["Sn11"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
367dictionary["Sn12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
368dictionary["Sn134"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
369dictionary["Sn156"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
370dictionary["Snc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
371dictionary["Tsc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
372dictionary["Tsi1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
373dictionary["Ts11"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
374dictionary["Ts12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
375dictionary["Ts13"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
376dictionary["Tst1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
377dictionary["Tst2"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
378dictionary["Tst3"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
379dictionary["Ig01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
380dictionary["Ig02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
381dictionary["Ig03"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
382dictionary["Qc31"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
383dictionary["Qc12"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
384dictionary["Qc32"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
385dictionary["Sp01"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
386dictionary["Sh"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
387dictionary["Upg1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
388dictionary["Opwv1"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
389dictionary["Alav"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
390dictionary["Im1k"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
391dictionary["Nt95"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
392dictionary["Mot2001"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
393dictionary["Motv200"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
394dictionary["Mot72"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
395dictionary["Mot76"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
396dictionary["Scp6000"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
397dictionary["MotD5"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
398dictionary["MotF0"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
399dictionary["SghA400"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
400dictionary["Sec03"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
401dictionary["SieC3i"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
402dictionary["Sn17"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
403dictionary["Scp4700"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
404dictionary["Sec02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
405dictionary["Sy15"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
406dictionary["Db520"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
407dictionary["L430V03J02"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
408dictionary["OPWVSDK"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
409dictionary["OPWVSDK6"] = new System.Web.UI.Triplet("Opwvsdk", string.Empty, 3);
410dictionary["OPWVSDK6Plus"] = new System.Web.UI.Triplet("Opwvsdk", string.Empty, 3);
411dictionary["KDDICA21"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
412dictionary["KDDITS21"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
413dictionary["KDDISA21"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
414dictionary["KM100"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
415dictionary["LGELX5350"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
416dictionary["HitachiP300"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
417dictionary["SIES46"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
418dictionary["MotorolaV60G"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
419dictionary["MotorolaV708"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
420dictionary["MotorolaV708A"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
421dictionary["MotorolaE360"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
422dictionary["SonyericssonA1101S"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
423dictionary["PhilipsFisio820"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
424dictionary["CasioA5302"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
425dictionary["TCLL668"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
426dictionary["KDDITS24"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
427dictionary["SIES55"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
428dictionary["SHARPGx10"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
429dictionary["BenQAthena"] = new System.Web.UI.Triplet("Up", string.Empty, 2);
430dictionary["Opera"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
431dictionary["Opera1to3beta"] = new System.Web.UI.Triplet("Opera", string.Empty, 2);
432dictionary["Opera4"] = new System.Web.UI.Triplet("Opera", string.Empty, 2);
433dictionary["Opera4beta"] = new System.Web.UI.Triplet("Opera4", string.Empty, 3);
434dictionary["Opera5to9"] = new System.Web.UI.Triplet("Opera", string.Empty, 2);
435dictionary["Opera6to9"] = new System.Web.UI.Triplet("Opera5to9", string.Empty, 3);
436dictionary["Opera7to9"] = new System.Web.UI.Triplet("Opera6to9", string.Empty, 4);
437dictionary["Opera8to9"] = new System.Web.UI.Triplet("Opera7to9", string.Empty, 5);
438dictionary["OperaPsion"] = new System.Web.UI.Triplet("Opera", string.Empty, 2);
439dictionary["Palmscape"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
440dictionary["PalmscapeVersion"] = new System.Web.UI.Triplet("Palmscape", string.Empty, 2);
441dictionary["AusPalm"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
442dictionary["SharpPda"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
443dictionary["ZaurusMiE1"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2);
444dictionary["ZaurusMiE21"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2);
445dictionary["ZaurusMiE25"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2);
446dictionary["Panasonic"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
447dictionary["PanasonicGAD95"] = new System.Web.UI.Triplet("Panasonic", string.Empty, 2);
448dictionary["PanasonicGAD87"] = new System.Web.UI.Triplet("Panasonic", string.Empty, 2);
449dictionary["PanasonicGAD87A39"] = new System.Web.UI.Triplet("Panasonicgad87", string.Empty, 3);
450dictionary["PanasonicGAD87A38"] = new System.Web.UI.Triplet("Panasonicgad87", string.Empty, 3);
451dictionary["MSPIE06"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
452dictionary["SKTDevices"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
453dictionary["SKTDevicesHyundai"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
454dictionary["PSE200"] = new System.Web.UI.Triplet("Sktdeviceshyundai", string.Empty, 3);
455dictionary["SKTDevicesHanhwa"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
456dictionary["SKTDevicesJTEL"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
457dictionary["JTEL01"] = new System.Web.UI.Triplet("Sktdevicesjtel", string.Empty, 3);
458dictionary["JTELNate"] = new System.Web.UI.Triplet("Jtel01", string.Empty, 4);
459dictionary["SKTDevicesLG"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
460dictionary["SKTDevicesMotorola"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
461dictionary["SKTDevicesV730"] = new System.Web.UI.Triplet("Sktdevicesmotorola", string.Empty, 3);
462dictionary["SKTDevicesNokia"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
463dictionary["SKTDevicesSKTT"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
464dictionary["SKTDevicesSamSung"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
465dictionary["SCHE150"] = new System.Web.UI.Triplet("Sktdevicessamsung", string.Empty, 3);
466dictionary["SKTDevicesEricsson"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2);
467dictionary["WinWap"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
468dictionary["Xiino"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
469dictionary["XiinoV2"] = new System.Web.UI.Triplet("Xiino", string.Empty, 2);
Configuration\Compiler.cs (4)
31new ConfigurationProperty("language", typeof(string), String.Empty, ConfigurationPropertyOptions.None );
33new ConfigurationProperty("extension", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
35new ConfigurationProperty("type", typeof(string), String.Empty, ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsTypeStringTransformationRequired);
44new ConfigurationProperty(compilerOptionsAttribName, typeof(string), String.Empty, ConfigurationPropertyOptions.None);
Configuration\GlobalizationSection.cs (4)
46new ConfigurationProperty("fileEncoding", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
48new ConfigurationProperty("culture", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
50new ConfigurationProperty("uiCulture", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
56new ConfigurationProperty("resourceProviderFactoryType", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
Configuration\PagesSection.cs (5)
124new ConfigurationProperty("masterPageFile", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
126new ConfigurationProperty("theme", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
138new ConfigurationProperty("styleSheetTheme", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
140new ConfigurationProperty("pageParserFilterType", typeof(string), String.Empty, ConfigurationPropertyOptions.None);
508masterPageFile = String.Empty;
IisTraceListener.cs (5)
36if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
48if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
60if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
72if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
86string datastring = String.Empty;
UI\ControlBuilder.cs (22)
868entry.Filter = String.Empty;
889string objectModelName = String.Empty;
964string objectModelName = String.Empty;
1145string objectModelName = String.Empty;
1573newAttribs.AddFilteredAttribute(String.Empty, entry.Key.ToString(), entry.Value.ToString());
1937ParseTimeData.DefaultPropertyBuilder = CreateChildBuilder(String.Empty, pca.DefaultProperty, null/*attribs*/, parser, null, null /*id*/, Line, VirtualPath, ref subType, true /*defaultProperty*/);
2294string expressionPrefix = entry.ExpressionPrefix == null ? String.Empty : entry.ExpressionPrefix.Trim();
2306string expression = entry.Expression == null ? String.Empty : entry.Expression.Trim();
2656attribvalue = String.Empty;
2709string formatString = String.Empty;
2725AddBoundProperty(filter, attribname, String.Empty, code, null /*expressionBuilder*/, null /*parsedExpressionData*/, String.Empty, String.Empty, false, encode, line, column);
2729AddBoundProperty(filter, attribname, String.Empty, code, null /*expressionBuilder*/, null /*parsedExpressionData*/, fieldName, formatString, isTwoWayBindingStatement, encode, line, column);
2739AddBoundProperty(filter, attribname, String.Empty, code, null /*expressionBuilder*/, null /*parsedExpressionData*/, String.Empty, String.Empty, false, encode, line, column);
2779AddBoundProperty(filter, attribname, expressionPrefix, expressionCode, expressionBuilder, null /*parsedExpressionData*/, String.Empty, String.Empty, false, encode : false );
2902expression = String.Empty;
2909expression, resourcesExpressionBuilder, parsedExpressionData, true, String.Empty, String.Empty, false, encode:false);
UI\TraceContext.cs (7)
202Write(String.Empty, message, null, false, _writeToDiagnosticsTrace);
224Write(String.Empty, message, null, false, writeToDiagnostics);
238Write(String.Empty, message, null, true, _writeToDiagnosticsTrace);
274category = String.Empty;
277message = String.Empty;
305if (eMsg == null) eMsg = String.Empty;
307if (eTrace == null) eTrace = String.Empty;
UI\WebControls\CommandField.cs (13)
43return String.Empty;
110return String.Empty;
158return String.Empty;
206return String.Empty;
254return String.Empty;
302return String.Empty;
465return String.Empty;
604AddButtonToCell(cell, DataControlCommands.CancelCommandName, CancelText, false, String.Empty, rowIndex, CancelImageUrl);
613AddButtonToCell(cell, DataControlCommands.CancelCommandName, CancelText, false, String.Empty, rowIndex, CancelImageUrl);
619AddButtonToCell(cell, DataControlCommands.EditCommandName, EditText, false, String.Empty, rowIndex, EditImageUrl);
627AddButtonToCell(cell, DataControlCommands.DeleteCommandName, DeleteText, false, String.Empty, rowIndex, DeleteImageUrl);
635AddButtonToCell(cell, DataControlCommands.NewCommandName, NewText, false, String.Empty, rowIndex, NewImageUrl);
643AddButtonToCell(cell, DataControlCommands.SelectCommandName, SelectText, false, String.Empty, rowIndex, SelectImageUrl);
WebPageTraceListener.cs (4)
27if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
37if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
47if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
57if (Filter != null && !Filter.ShouldTrace(null, String.Empty, TraceEventType.Verbose, 0, message, null, null, null))
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (15)
449String.Empty,
566String.Empty,
582String.Empty,
595String.Empty,
880String.Empty,
902String.Empty,
914String.Empty,
933String.Empty,
944String.Empty,
1139String.Empty,
1154String.Empty,
1173String.Empty,
1204String.Empty,
1216String.Empty,
1665proxyNamespace = String.Empty;
UI\PageRequestManager.cs (19)
91return String.Empty;
135id = String.Empty;
138content = String.Empty;
215return String.Empty;
265return String.Empty;
312return String.Empty;
360_asyncPostBackSourceElementID = String.Empty;
463string focusedControlId = String.Empty;
480EncodeString(writer, FocusToken, String.Empty, focusedControlId);
743EncodeString(writer, UpdatePanelVersionToken, String.Empty, UpdatePanelVersionNumber);
772EncodeString(writer, AsyncPostBackControlIDsToken, String.Empty, GetAsyncPostBackControlIDs(false));
773EncodeString(writer, PostBackControlIDsToken, String.Empty, GetPostBackControlIDs(false));
774EncodeString(writer, UpdatePanelIDsToken, String.Empty, GetAllUpdatePanelIDs());
775EncodeString(writer, ChildUpdatePanelIDsToken, String.Empty, GetChildUpdatePanelIDs());
776EncodeString(writer, UpdatePanelsToRefreshToken, String.Empty, GetRefreshingUpdatePanelIDs());
777EncodeString(writer, AsyncPostBackTimeoutToken, String.Empty, _owner.AsyncPostBackTimeout.ToString(CultureInfo.InvariantCulture));
779EncodeString(writer, FormActionToken, String.Empty, formWriter.FormAction);
784EncodeString(writer, PageTitleToken, String.Empty, pageTitle);
960_dataItem = (dataItem == null) ? String.Empty : dataItem;
UI\MobileControls\PagerStyle.cs (4)
35NextPageTextKey = RegisterStyle("NextPageText", typeof(String), String.Empty, false),
36PreviousPageTextKey = RegisterStyle("PreviousPageText", typeof(String), String.Empty, false),
37PageLabelKey = RegisterStyle("PageLabel", typeof(String), String.Empty, false);
133s = String.Empty;
AuthoringOM\Activity.cs (8)
1394lookupPaths.Add(this.QualifiedName, string.Empty);
1602+ string.Format(CultureInfo.CurrentCulture, " In instance {0} in activity {1}\n", new object[] { this.WorkflowInstanceId, string.Empty })
1609this.WorkflowCoreRuntime.RaiseException(exception, this.Parent, string.Empty);
1620this.WorkflowCoreRuntime.RaiseException(exception, this.Parent, string.Empty);
1686this.WorkflowCoreRuntime.RaiseException(exception, this.Parent, string.Empty);
1852string retVal = string.Empty;
1878string retVal = string.Empty;
2162string remainingPath = string.Empty;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (11)
52new WorkflowCompilerError(string.Empty, 0, 0, ErrorNumbers.Error_LibraryPath.ToString(CultureInfo.InvariantCulture), string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.LibraryPathIsInvalid), libraryPath));
83string fileName = string.Empty;
198WorkflowCompilerError compilerError = new WorkflowCompilerError(string.Empty, 0, 0, ErrorNumbers.Error_TypeLoad.ToString(CultureInfo.InvariantCulture), entry.Value.Message);
313compilerSwitchValue = string.Empty;
320compilerSwitchValue = string.Empty;
483WorkflowCompilerError compilerError = new WorkflowCompilerError(string.Empty, 0, 0, ErrorNumbers.Error_InvalidReferencedAssembly.ToString(CultureInfo.InvariantCulture), SR.GetString(SR.Error_ReferencedAssemblyIsInvalid, reference));
546compilerError = new WorkflowCompilerError(GetFileName(error), (int)GetValue(error, XomlCompilerHelper.LineNumber), (int)GetValue(error, XomlCompilerHelper.ColumnNumber), string.Empty, GetPrettifiedErrorText(error));
595string fileName = string.Empty;
600fileName = string.Empty;
854string typeRefName = String.Empty;
898String publicKeyString = String.Empty;
System\Xml\BinaryXml\XmlBinaryReader.cs (40)
75this.prefix = this.localname = this.namespaceUri = String.Empty;
221this.symtable[0] = String.Empty;
344AddInitNamespace(String.Empty, String.Empty);
481return String.Empty;
558return string.Empty;
600ns = String.Empty;
639ns = String.Empty;
987return XmlConvert.ToBoolean(String.Empty);
1069return XmlConvert.ToDateTime(String.Empty, XmlDateTimeSerializationMode.RoundtripKind);
1155return XmlConvert.ToDouble(String.Empty);
1241return XmlConvert.ToSingle(String.Empty);
1327return XmlConvert.ToDecimal(String.Empty);
1413return XmlConvert.ToInt32(String.Empty);
1499return XmlConvert.ToInt64(String.Empty);
1534value = String.Empty;
1565value = String.Empty;
1710prefixStr = String.Empty;
1739throw new XmlException(Res.XmlBin_InvalidQNameID, String.Empty);
1746throw new XmlException(Res.XmlBin_InvalidQNameID, String.Empty);
2046return String.Empty;
2200name = new QName(string.Empty, this.xmlns, this.nsxmlns);
2237this.attributes[0].Set(new QName(string.Empty, this.xnt.Add("version"), string.Empty), ParseText());
2241this.attributes[1].Set(new QName(string.Empty, this.xnt.Add("encoding"), string.Empty), ParseText());
2251this.attributes[this.attrCount].Set(new QName(string.Empty, this.xnt.Add("standalone"), string.Empty), (standalone == 1) ? "yes" : "no");
2259QName xmlDeclQName = new QName(String.Empty, this.xnt.Add("xml"), String.Empty);
2287PushNamespace(curDeclPrefix, string.Empty, false);
2308curDeclPrefix = string.Empty;
2312throw new XmlException(Res.Xml_PrefixForEmptyNs, String.Empty);
2766this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("SYSTEM"), string.Empty), ParseText());
2770this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("PUBLIC"), string.Empty), ParseText());
3573throw new XmlException( Res.XmlBin_InvalidQNameID, String.Empty );
3711throw new XmlException(Res.XmlBin_InvalidQNameID, String.Empty);
3894throw new XmlException(Res.XmlBin_InvalidQNameID, String.Empty);
System\Xml\Cache\XPathDocumentBuilder.cs (29)
100idx = NewNode(out page, XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty);
109this.idxParent = NewNode(out this.pageParent, XPathNodeType.Root, string.Empty, string.Empty, string.Empty, baseUri);
133this.WriteStartElement(prefix, localName, ns, string.Empty);
273AddSibling(XPathNodeType.Attribute, localName, namespaceName, prefix, string.Empty);
307AddSibling(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, string.Empty);
315this.WriteProcessingInstruction(name, text, string.Empty);
325AddSibling(XPathNodeType.ProcessingInstruction, name, string.Empty, string.Empty, baseUri);
402AddSibling(XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty);
403this.pageSibling[this.idxSibling].SetValue(string.Empty);
575info = this.infoTable.Create(prefix, string.Empty, string.Empty, string.Empty,
697AddSibling((XPathNodeType) textType, string.Empty, string.Empty, string.Empty, string.Empty);
835return string.Empty;
System\Xml\Core\XmlParserContext.cs (24)
18private String _docTypeName = String.Empty;
19private String _pubId = String.Empty;
20private String _sysId = String.Empty;
21private String _internalSubset = String.Empty;
22private String _xmlLang = String.Empty;
24private String _baseURI = String.Empty;
28: this(nt, nsMgr, null, null, null, null, String.Empty, xmlLang, xmlSpace)
34: this(nt, nsMgr, null, null, null, null, String.Empty, xmlLang, xmlSpace, enc)
58throw new XmlException(Res.Xml_NotSameNametable, string.Empty);
68_docTypeName = (null == docTypeName ? String.Empty : docTypeName);
69_pubId = (null == pubId ? String.Empty : pubId);
70_sysId = (null == sysId ? String.Empty : sysId);
71_internalSubset = (null == internalSubset ? String.Empty : internalSubset);
72_baseURI = (null == baseURI ? String.Empty : baseURI);
73_xmlLang = (null == xmlLang ? String.Empty : xmlLang);
102_docTypeName = (null == value ? String.Empty : value);
111_pubId = (null == value ? String.Empty : value);
120_sysId = (null == value ? String.Empty : value);
129_baseURI = (null == value ? String.Empty : value);
138_internalSubset = (null == value ? String.Empty : value);
147_xmlLang = (null == value ? String.Empty : value);
171return ( _internalSubset != string.Empty || _pubId != string.Empty || _sysId != string.Empty );
System\Xml\Core\XmlReader.cs (33)
180return string.Empty;
365return string.Empty;
381return XmlConvert.ToBoolean(string.Empty);
397return XmlConvert.ToDateTime(string.Empty, XmlDateTimeSerializationMode.RoundtripKind);
414return XmlConvert.ToDouble(string.Empty);
431return XmlConvert.ToSingle(string.Empty);
448return XmlConvert.ToDecimal(string.Empty);
465return XmlConvert.ToInt32(string.Empty);
482return XmlConvert.ToInt64(string.Empty);
499return string.Empty;
519return (returnType == typeof(string)) ? string.Empty : XmlUntypedConverter.Untyped.ChangeType(string.Empty, returnType, namespaceResolver);
686return string.Empty;
691return string.Empty;
697return string.Empty;
700string result = string.Empty;
771string result = string.Empty;
793string result = string.Empty;
820string result = string.Empty;
1050return string.Empty;
1054return string.Empty;
1145return string.Empty;
1149return string.Empty;
1392string value = string.Empty;
1455throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
1566return Create(input, (XmlReaderSettings)null, (string)string.Empty);
1571return Create(input, settings, string.Empty);
1587return settings.CreateReader(input, null, (string)string.Empty, inputContext);
1592return Create(input, (XmlReaderSettings)null, (string)string.Empty);
1597return Create(input, settings, string.Empty);
1613return settings.CreateReader(input, string.Empty, inputContext);
1684reader = new XmlSqlBinaryReader(input, bytes, byteCount, string.Empty, settings.CloseInput, settings);
1687reader = new XmlTextReaderImpl(input, bytes, byteCount, settings, null, string.Empty, inputContext, settings.CloseInput);
System\Xml\Core\XmlSubtreeReader.cs (13)
102tmpNode.Set( XmlNodeType.None, string.Empty, string.Empty, string.Empty, string.Empty, string.Empty );
1053nsManager.AddNamespace( string.Empty, reader.Value );
1054RemoveNamespace( string.Empty, xmlns );
1096nsAttributes[index].Set( XmlNodeType.Attribute, xmlns, string.Empty, xmlns, xmlnsUri, ns );
1250Debug.Assert( tmpNode.localName == string.Empty && tmpNode.prefix == string.Empty && tmpNode.name == string.Empty && tmpNode.namespaceUri == string.Empty );
1252tmpNode.value = string.Empty;
System\Xml\Core\XmlTextReaderImpl.cs (52)
198string url = string.Empty;
225string lastPrefix = string.Empty;
355nt.Add( string.Empty );
425nt.Add( string.Empty );
493internal XmlTextReaderImpl( Stream input ) : this( string.Empty, input, new NameTable() ) {
495internal XmlTextReaderImpl( Stream input, XmlNameTable nt ) : this( string.Empty, input, nt ) {
513internal XmlTextReaderImpl( TextReader input ) : this( string.Empty, input, new NameTable() ) {
515internal XmlTextReaderImpl( TextReader input, XmlNameTable nt ) : this( string.Empty, input, nt ) {
521reportedBaseUri = ( url != null ) ? url : string.Empty;
558xmlFragment = string.Empty;
562InitStringInput( string.Empty, Encoding.Unicode, xmlFragment );
579InitStringInput( ( context == null ) ? string.Empty : context.BaseURI, Encoding.Unicode, string.Concat( "<?xml ", xmlFragment, "?>" ) );
669System.Threading.Tasks.Task<object> t = laterInitParam.inputUriResolver.GetEntityAsync(laterInitParam.inputbaseUri, string.Empty, typeof(Stream));
676stream = (Stream)laterInitParam.inputUriResolver.GetEntity(laterInitParam.inputbaseUri, string.Empty, typeof(Stream));
777Debug.Assert( baseUriStr == string.Empty, "BaseURI can come either from XmlParserContext or from the constructor argument, not from both" );
824InitStringInput( string.Empty, Encoding.Unicode, xmlFragment );
1019namespaceURI = ( namespaceURI == null ) ? string.Empty : nameTable.Get( namespaceURI );
1062namespaceURI = ( namespaceURI == null ) ? string.Empty : nameTable.Get( namespaceURI );
1229curNode.SetValueNode( XmlNodeType.Text, string.Empty );
1451throw new XmlException( Res.Xml_InternalError, string.Empty );
1473throw new XmlException( Res.Xml_InternalError, string.Empty );
1773curNode.SetValue( string.Empty );
1882xmlContext.defaultNamespace = namespaceManager.LookupNamespace( string.Empty );
1888xmlContext.defaultNamespace = string.Empty;
1932throw new XmlException( Res.Xml_WhitespaceHandling, string.Empty );
1961throw new XmlException( Res.Xml_EntityHandling, string.Empty );
2031return new StringReader( string.Empty );
2464Throw( res, string.Empty );
2468Throw( res, string.Empty );
2472Throw( new XmlException( res, string.Empty, lineNo, linePos, ps.baseUriStr ) );
2509Throw( new XmlException( res, string.Empty, ps.baseUriStr ) );
2580InitStreamInput( null, string.Empty, stream, null, 0, encoding );
2740xmlContext.defaultNamespace = namespaceManager.LookupNamespace( string.Empty );
2753ps.baseUriStr = string.Empty;
3259reportedBaseUri = string.Empty;
4608AddNamespace( string.Empty, ns, attr );
5312curNode.SetValue( string.Empty );
5493schemaEntity.Text = string.Empty;
5505schemaEntity.Text = string.Empty;
6103curNode.SetNamedNode(XmlNodeType.DocumentType, dtdInfo.Name.ToString(), string.Empty, null);
6188curNode.SetValue( string.Empty );
6922return AddAttribute( localName, string.Empty, localName );
7141ThrowWithoutLineInfo( Res.Xml_CannotResolveExternalSubset, new string[] { ( publicId != null ? publicId : string.Empty ), systemId }, null );
7215InitStringInput( entity.SystemId, enc, string.Empty );
7232InitStringInput( ( entity.DeclaredUriString != null ) ? entity.DeclaredUriString : string.Empty, enc, entity.Text ?? string.Empty);
7694curNode.SetValueNode( XmlNodeType.Text, string.Empty );
8052xmlContext.defaultNamespace = namespaceManager.LookupNamespace( string.Empty );
8064throw new XmlException( Res.Xml_NametableMismatch, string.Empty );
8257prefix = string.Empty;
8371curNode.SetValue( string.Empty );
8580return string.Empty;
System\Xml\Core\XmlTextReaderImplAsync.cs (11)
77Stream stream = (Stream)(await laterInitParam.inputUriResolver.GetEntityAsync(laterInitParam.inputbaseUri, string.Empty, typeof(Stream)).ConfigureAwait(false));
212curNode.SetValueNode(XmlNodeType.Text, string.Empty);
645curNode.SetValue( string.Empty );
3350curNode.SetValue( string.Empty );
3560schemaEntity.Text = string.Empty;
3572schemaEntity.Text = string.Empty;
4155curNode.SetNamedNode(XmlNodeType.DocumentType, dtdInfo.Name.ToString(), string.Empty, null);
4245curNode.SetValue( string.Empty );
4782ThrowWithoutLineInfo( Res.Xml_CannotResolveExternalSubset, new string[] { ( publicId != null ? publicId : string.Empty ), systemId }, null );
4860InitStringInput( entity.SystemId, enc, string.Empty );
5006curNode.SetValue( string.Empty );
System\Xml\Core\XmlWellFormedWriter.cs (27)
275nsStack[2].Set(string.Empty, string.Empty, NamespaceKind.Implied);
278string defaultNs = predefinedNamespaces.LookupNamespace(string.Empty);
279nsStack[2].Set(string.Empty, (defaultNs == null ? string.Empty : defaultNs), NamespaceKind.Implied);
284elemScopeStack[0].Set(string.Empty, string.Empty, string.Empty, nsTop);
422prefix = string.Empty;
438ns = string.Empty;
480throw new XmlException(Res.Xml_NoStartTag, string.Empty);
521throw new XmlException(Res.Xml_NoStartTag, string.Empty);
562prefix = string.Empty;
580prefix = string.Empty;
588namespaceName = string.Empty;
597curDeclPrefix = String.Empty;
637prefix = string.Empty;
677if (PushNamespaceExplicit(string.Empty, value)) { // returns true if the namespace declaration should be written out
680rawWriter.WriteStartNamespaceDeclaration(string.Empty);
685rawWriter.WriteNamespaceDeclaration(string.Empty, value);
689writer.WriteStartAttribute(string.Empty, "xmlns", XmlReservedNs.NsXmlNs);
764text = string.Empty;
778text = string.Empty;
799text = string.Empty;
895ws = string.Empty;
1140string prefix = String.Empty;
1471throw DupAttrException((prefix.Length == 0) ? string.Empty : "xmlns", (prefix.Length == 0) ? "xmlns" : prefix);
System\Xml\Dom\XmlLoader.cs (9)
249node.AppendChildForLoad( doc.CreateTextNode(string.Empty), doc );
301node.AppendChildForLoad( direct ? new XmlText( string.Empty ) : doc.CreateTextNode( string.Empty ), doc );
328eref.AppendChildForLoad( doc.CreateTextNode(string.Empty), doc );
525XmlParserContext pc = new XmlParserContext(null, new XmlNamespaceManager( this.doc.NameTable ), null, null, null, null, this.doc.BaseURI, string.Empty, XmlSpace.None);
542throw new XmlException(Res.Xml_InternalError, string.Empty);
588doc.AddXmlName(elementDecl.Prefix, elementDecl.Name.Name, string.Empty, null),
589doc.AddAttrXmlName(attdef.Prefix, attdef.Name.Name, string.Empty, null));
623mgr.AddNamespace( String.Empty, attr.Value );
System\Xml\Schema\DtdParser.cs (20)
160string systemId = string.Empty;
161string publicId = string.Empty;
206string documentBaseUri = string.Empty;
207string externalDtdBaseUri = string.Empty;
552SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
606SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
653Throw( Res.Xml_EnumerationRequired, string.Empty, attrDef.LineNumber, attrDef.LinePosition );
689Throw( Res.Xml_EnumerationRequired, string.Empty, attrDef.LineNumber, attrDef.LinePosition );
856SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_AttListPresence, string.Empty );
1166SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1220SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1239SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1256SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1469SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1491SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1500SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
2517Throw( Res.Xml_ErrorParsingEntityName, string.Empty, e.LineNumber, e.LinePosition );
3258return ( tmp != null ) ? tmp.ToString() : string.Empty;
3268Throw( curPos, res, string.Empty );
3347return string.Empty;
System\Xml\Schema\DtdParserAsync.cs (12)
197SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
251SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
298Throw( Res.Xml_EnumerationRequired, string.Empty, attrDef.LineNumber, attrDef.LinePosition );
334Throw( Res.Xml_EnumerationRequired, string.Empty, attrDef.LineNumber, attrDef.LinePosition );
501SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_AttListPresence, string.Empty );
790SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
844SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
863SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
880SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1080SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1102SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1111SendValidationEvent( curPos, XmlSeverityType.Error, Res.Sch_ParEntityRefNesting, string.Empty );
System\Xml\Schema\FacetChecker.cs (63)
267throw new XmlSchemaException(Res.Sch_TotalDigitsMismatch, string.Empty);
283throw new XmlSchemaException(Res.Sch_TotalDigitsMismatch, string.Empty);
318throw new XmlSchemaException(Res.Sch_MaxInclusiveMismatch, string.Empty);
323throw new XmlSchemaException(Res.Sch_MaxIncExlMismatch, string.Empty);
331throw new XmlSchemaException(Res.Sch_MaxExclusiveMismatch, string.Empty);
336throw new XmlSchemaException(Res.Sch_MaxExlIncMismatch, string.Empty);
344throw new XmlSchemaException(Res.Sch_MinInclusiveMismatch, string.Empty);
349throw new XmlSchemaException(Res.Sch_MinIncExlMismatch, string.Empty);
354throw new XmlSchemaException(Res.Sch_MinIncMaxExlMismatch, string.Empty);
362throw new XmlSchemaException(Res.Sch_MinExclusiveMismatch, string.Empty);
367throw new XmlSchemaException(Res.Sch_MinExlIncMismatch, string.Empty);
372throw new XmlSchemaException(Res.Sch_MinExlMaxExlMismatch, string.Empty);
390throw new XmlSchemaException(Res.Sch_MaxInclusiveExclusive, string.Empty);
396throw new XmlSchemaException(Res.Sch_MinInclusiveExclusive, string.Empty);
402throw new XmlSchemaException(Res.Sch_LengthAndMinMax, string.Empty);
413throw new XmlSchemaException(Res.Sch_MinLengthGtMaxLength, string.Empty);
423throw new XmlSchemaException(Res.Sch_MinInclusiveGtMaxInclusive, string.Empty);
431throw new XmlSchemaException(Res.Sch_MinInclusiveGtMaxExclusive, string.Empty);
439throw new XmlSchemaException(Res.Sch_MinExclusiveGtMaxExclusive, string.Empty);
447throw new XmlSchemaException(Res.Sch_MinExclusiveGtMaxInclusive, string.Empty);
452throw new XmlSchemaException(Res.Sch_FractionDigitsGtTotalDigits, string.Empty);
723return new XmlSchemaException(Res.Sch_PatternConstraintFailed, string.Empty);
852return new XmlSchemaException(Res.Sch_MaxInclusiveConstraintFailed, string.Empty);
858return new XmlSchemaException(Res.Sch_MaxExclusiveConstraintFailed, string.Empty);
864return new XmlSchemaException(Res.Sch_MinInclusiveConstraintFailed, string.Empty);
870return new XmlSchemaException(Res.Sch_MinExclusiveConstraintFailed, string.Empty);
875return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
924return new XmlSchemaException(Res.Sch_TotalDigitsConstraintFailed, string.Empty);
927return new XmlSchemaException(Res.Sch_FractionDigitsConstraintFailed, string.Empty);
948return new XmlSchemaException(Res.Sch_MaxInclusiveConstraintFailed, string.Empty);
953return new XmlSchemaException(Res.Sch_MaxExclusiveConstraintFailed, string.Empty);
959return new XmlSchemaException(Res.Sch_MinInclusiveConstraintFailed, string.Empty);
965return new XmlSchemaException(Res.Sch_MinExclusiveConstraintFailed, string.Empty);
970return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1006return new XmlSchemaException(Res.Sch_MaxInclusiveConstraintFailed, string.Empty);
1012return new XmlSchemaException(Res.Sch_MaxExclusiveConstraintFailed, string.Empty);
1018return new XmlSchemaException(Res.Sch_MinInclusiveConstraintFailed, string.Empty);
1024return new XmlSchemaException(Res.Sch_MinExclusiveConstraintFailed, string.Empty);
1029return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1061return new XmlSchemaException(Res.Sch_MaxInclusiveConstraintFailed, string.Empty);
1067return new XmlSchemaException(Res.Sch_MaxExclusiveConstraintFailed, string.Empty);
1073return new XmlSchemaException(Res.Sch_MinInclusiveConstraintFailed, string.Empty);
1079return new XmlSchemaException(Res.Sch_MinExclusiveConstraintFailed, string.Empty);
1084return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1139return new XmlSchemaException(Res.Sch_LengthConstraintFailed, string.Empty);
1144return new XmlSchemaException(Res.Sch_MinLengthConstraintFailed, string.Empty);
1149return new XmlSchemaException(Res.Sch_MaxLengthConstraintFailed, string.Empty);
1154return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1205return new XmlSchemaException(Res.Sch_EmptyAttributeValue, string.Empty);
1208return new XmlSchemaException(Res.Sch_InvalidLanguageId, string.Empty);
1248return new XmlSchemaException(Res.Sch_LengthConstraintFailed, string.Empty);
1253return new XmlSchemaException(Res.Sch_MinLengthConstraintFailed, string.Empty);
1258return new XmlSchemaException(Res.Sch_MaxLengthConstraintFailed, string.Empty);
1263return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1301return new XmlSchemaException(Res.Sch_LengthConstraintFailed, string.Empty);
1306return new XmlSchemaException(Res.Sch_MinLengthConstraintFailed, string.Empty);
1311return new XmlSchemaException(Res.Sch_MaxLengthConstraintFailed, string.Empty);
1316return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1350return new XmlSchemaException(Res.Sch_LengthConstraintFailed, string.Empty);
1356return new XmlSchemaException(Res.Sch_MinLengthConstraintFailed, string.Empty);
1362return new XmlSchemaException(Res.Sch_MaxLengthConstraintFailed, string.Empty);
1368return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
1392return new XmlSchemaException(Res.Sch_EnumerationConstraintFailed, string.Empty);
System\Xml\Schema\NamespaceList.cs (17)
44set[string.Empty] = string.Empty;
133return string.Empty;
181nslist = new NamespaceList("##other", string.Empty); //clause 4, negations of different values, result is not(absent)
194if (o2.targetNamespace != string.Empty) { //clause 5, o1 is set S, o2 is not(tns)
197else if (o1.set.Contains(string.Empty)) { //clause 6.1 - set S includes absent, o2 is not(absent)
201nslist = new NamespaceList("##other", string.Empty);
215if (o1.targetNamespace != string.Empty) { //clause 5, o1 is set S, o2 is not(tns)
218else if (o2.set.Contains(string.Empty)) { //clause 6.1 - set S includes absent, o2 is not(absent)
222nslist = new NamespaceList("##other", string.Empty);
233if (this.set.Contains(string.Empty)) { // AND S contains absent
237nslist = new NamespaceList("##other", string.Empty);
240else if (this.set.Contains(string.Empty)) { //clause 5.3 - Not expressible
262nslist.RemoveNamespace(string.Empty); //remove ##local
269nslist.RemoveNamespace(string.Empty); //remove ##local
289if (o1.targetNamespace == string.Empty) { // clause 6 - o1 is negation of absent
292else if (o2.targetNamespace == string.Empty) { //clause 6 - o1 is negation of absent
System\Xml\Serialization\XmlReflectionImporter.cs (7)
77defaultNamespace = String.Empty;
118TypeMapping mapping = ImportTypeMapping(modelScope.GetTypeModel(type), defaultNs, ImportContext.Element, string.Empty, null, limiter);
246ElementAccessor element = CreateElementAccessor(ImportTypeMapping(model, ns, ImportContext.Element, string.Empty, a, limiter), ns);
1352accessor.ChoiceIdentifier.Mapping = ImportTypeMapping(modelScope.GetTypeModel(choiceIdentifierType), ns, ImportContext.Element, String.Empty, null, limiter);
1480element.Mapping = ImportTypeMapping(typeModel, element.Namespace, ImportContext.Element, String.Empty, null, limiter);
1696element.Mapping = ImportTypeMapping(typeModel, element.Namespace, ImportContext.Element, String.Empty, null, false, openModel, limiter);
1961string typeName = string.Empty;