389 references to Properties
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (4)
248foreach (PropertyInformation propInfo in source.ElementInformation.Properties) { 257if (ElementInformation.Properties[propInfo.Name] == null) { // locked items are not defined 271if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.SetHere) { 276ElementInformation.Properties[propInfo.Name].Value = propInfo.Value;
System.IdentityModel (27)
System\IdentityModel\Configuration\AudienceUriElement.cs (1)
36return ElementInformation.Properties[ConfigurationStrings.Value].ValueOrigin != PropertyValueOrigin.Default;
System\IdentityModel\Configuration\AudienceUriElementCollection.cs (1)
53return ((ElementInformation.Properties[ConfigurationStrings.Mode].ValueOrigin != PropertyValueOrigin.Default) || (Count > 0));
System\IdentityModel\Configuration\CustomTypeElement.cs (1)
34return ( ( ElementInformation.Properties[ConfigurationStrings.Type].ValueOrigin != PropertyValueOrigin.Default ) );
System\IdentityModel\Configuration\IdentityConfiguration.cs (3)
543if (element.ElementInformation.Properties[ConfigurationStrings.MaximumClockSkew].ValueOrigin != PropertyValueOrigin.Default) 714if (element.ElementInformation.Properties[ConfigurationStrings.MaximumClockSkew].ValueOrigin != PropertyValueOrigin.Default) 727if (element.ElementInformation.Properties[ConfigurationStrings.SaveBootstrapContext].ValueOrigin != PropertyValueOrigin.Default)
System\IdentityModel\Configuration\IdentityConfigurationElement.cs (3)
127return ((ElementInformation.Properties[ConfigurationStrings.Name].ValueOrigin != PropertyValueOrigin.Default) || 135(ElementInformation.Properties[ConfigurationStrings.SaveBootstrapContext].ValueOrigin != PropertyValueOrigin.Default ) || 136(ElementInformation.Properties[ConfigurationStrings.MaximumClockSkew].ValueOrigin != PropertyValueOrigin.Default) ||
System\IdentityModel\Configuration\IssuerNameRegistryElement.cs (1)
27return (ElementInformation.Properties[ConfigurationStrings.Type].ValueOrigin != PropertyValueOrigin.Default) || ((ChildNodes != null) && (ChildNodes.Count > 0));
System\IdentityModel\Configuration\SecurityTokenHandlerConfigurationElement.cs (3)
111( ElementInformation.Properties[ConfigurationStrings.Name].ValueOrigin != PropertyValueOrigin.Default ) || 112( ElementInformation.Properties[ConfigurationStrings.SaveBootstrapContext].ValueOrigin != PropertyValueOrigin.Default ) || 113( ElementInformation.Properties[ConfigurationStrings.MaximumClockSkew].ValueOrigin != PropertyValueOrigin.Default ) ||
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
66return ( ( ElementInformation.Properties[ConfigurationStrings.Name].ValueOrigin != PropertyValueOrigin.Default ) ||
System\IdentityModel\Configuration\TokenReplayDetectionElement.cs (2)
44return (ElementInformation.Properties[ConfigurationStrings.Enabled].ValueOrigin != PropertyValueOrigin.Default || 45ElementInformation.Properties[ConfigurationStrings.ExpirationPeriod].ValueOrigin != PropertyValueOrigin.Default);
System\IdentityModel\Configuration\X509CertificateValidationElement.cs (3)
73( ElementInformation.Properties[ConfigurationStrings.X509CertificateValidationMode].ValueOrigin != PropertyValueOrigin.Default ) || 74( ElementInformation.Properties[ConfigurationStrings.X509CertificateRevocationMode].ValueOrigin != PropertyValueOrigin.Default ) || 75( ElementInformation.Properties[ConfigurationStrings.X509TrustedStoreLocation].ValueOrigin != PropertyValueOrigin.Default ) ||
System\IdentityModel\DiagnosticUtilityExtensions.cs (8)
65if (null == configElement.ElementInformation.Properties) 70if (null == configElement.ElementInformation.Properties[propertyName]) 78configElement.ElementInformation.Properties[propertyName].Source, 79configElement.ElementInformation.Properties[propertyName].LineNumber)); 99if (null == configElement.ElementInformation.Properties) 104if (null == configElement.ElementInformation.Properties[propertyName]) 111configElement.ElementInformation.Properties[propertyName].Source, 112configElement.ElementInformation.Properties[propertyName].LineNumber));
System.Runtime.Serialization (1)
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
75PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System.ServiceModel (93)
System\ServiceModel\Activation\Configuration\NetPipeSection.cs (1)
19propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (1)
19propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\BasicHttpContextBinding.cs (1)
43if (element.ElementInformation.Properties["allowCookies"].ValueOrigin == PropertyValueOrigin.Default)
System\ServiceModel\Configuration\AddressHeaderCollectionElement.cs (1)
27PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
54if (this.ElementInformation.Properties["allowCookies"].ValueOrigin == PropertyValueOrigin.Default)
System\ServiceModel\Configuration\BasicHttpMessageSecurityElement.cs (1)
40if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AlgorithmSuite].ValueOrigin)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
46PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
140PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\CompositeDuplexElement.cs (1)
21PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
92PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\DiagnosticSection.cs (1)
78return PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.EtwProviderId].ValueOrigin;
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
52PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (2)
107if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.Issuer].ValueOrigin) 116if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.IssuerMetadata].ValueOrigin)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
151PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
188PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\IdentityElement.cs (1)
65PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (5)
98if (PropertyValueOrigin.Default != from.ElementInformation.Properties[ConfigurationStrings.LocalIssuer].ValueOrigin) 103if (PropertyValueOrigin.Default != from.ElementInformation.Properties[ConfigurationStrings.LocalIssuerChannelBehaviors].ValueOrigin) 108if (PropertyValueOrigin.Default != from.ElementInformation.Properties[ConfigurationStrings.IssuerChannelBehaviors].ValueOrigin) 127if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.LocalIssuer].ValueOrigin) 140if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.IssuerChannelBehaviors].ValueOrigin)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (4)
154if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.Issuer].ValueOrigin) 166if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.IssuerMetadata].ValueOrigin) 201if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.Issuer].ValueOrigin) 205if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.IssuerMetadata].ValueOrigin)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (2)
118PropertyInformationCollection propertyInfo = from.ElementInformation.Properties; 179PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\LocalClientSecuritySettingsElement.cs (2)
117if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.DetectReplays].ValueOrigin) 156if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.DetectReplays].ValueOrigin)
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (2)
143if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.DetectReplays].ValueOrigin) 188if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.DetectReplays].ValueOrigin)
System\ServiceModel\Configuration\MessageSecurityOverHttpElement.cs (1)
49if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AlgorithmSuite].ValueOrigin)
System\ServiceModel\Configuration\MessageSecurityOverMsmqElement.cs (1)
41if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AlgorithmSuite].ValueOrigin)
System\ServiceModel\Configuration\MessageSecurityOverTcpElement.cs (1)
41if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AlgorithmSuite].ValueOrigin)
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
137PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
160PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\OneWayElement.cs (2)
47PropertyInformationCollection propertyInfo = this.ElementInformation.Properties; 63PropertyInformationCollection propertyInfo = source.ElementInformation.Properties;
System\ServiceModel\Configuration\PeerCredentialElement.cs (1)
61PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\SecurityElement.cs (1)
41if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.SecureConversationBootstrap].ValueOrigin)
System\ServiceModel\Configuration\SecurityElementBase.cs (34)
177if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.DefaultAlgorithmSuite].ValueOrigin) 179if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.IncludeTimestamp].ValueOrigin) 181if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.MessageSecurityVersion].ValueOrigin) 183if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.KeyEntropyMode].ValueOrigin) 185if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.SecurityHeaderLayout].ValueOrigin) 187if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.RequireDerivedKeys].ValueOrigin) 189if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AllowInsecureTransport].ValueOrigin) 191if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.EnableUnsecuredResponse].ValueOrigin) 193if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.ProtectTokens].ValueOrigin) 201if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.MessageProtectionOrder].ValueOrigin) 203if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.RequireSignatureConfirmation].ValueOrigin) 216if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.MessageProtectionOrder].ValueOrigin) 218if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.RequireSignatureConfirmation].ValueOrigin) 220if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AllowSerializedSigningTokenOnReply].ValueOrigin) 238if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.LocalClientSettings].ValueOrigin) 243if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.LocalServiceSettings].ValueOrigin) 255if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.AllowSerializedSigningTokenOnReply].ValueOrigin) 257if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.DefaultAlgorithmSuite].ValueOrigin) 259if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.EnableUnsecuredResponse].ValueOrigin) 261if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.AllowInsecureTransport].ValueOrigin) 263if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.RequireDerivedKeys].ValueOrigin) 265if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.IncludeTimestamp].ValueOrigin) 267if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.IssuedTokenParameters].ValueOrigin) 269if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.MessageProtectionOrder].ValueOrigin) 271if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.ProtectTokens].ValueOrigin) 273if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.MessageSecurityVersion].ValueOrigin) 275if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.RequireSignatureConfirmation].ValueOrigin) 277if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.RequireSecurityContextCancellation].ValueOrigin) 279if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.CanRenewSecurityContextToken].ValueOrigin) 281if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.KeyEntropyMode].ValueOrigin) 283if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.SecurityHeaderLayout].ValueOrigin) 285if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.LocalClientSettings].ValueOrigin) 287if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.LocalServiceSettings].ValueOrigin) 840if (this.IsSecurityElementBootstrap && !this.ElementInformation.Properties.OfType<PropertyInformation>().Any(nontrivialProperty))
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
143PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
31PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (1)
29ElementInformation.Properties[ConfigurationStrings.MinFreeMemoryPercentageToActivateService].ValueOrigin)
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (1)
87foreach (PropertyInformation propertyInfo in dummyElement.ElementInformation.Properties)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
57PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
24PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
122PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509ClientCertificateCredentialsElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509DefaultServiceCertificateElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509InitiatorCertificateClientElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509InitiatorCertificateServiceElement.cs (1)
54PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509PeerCertificateElement.cs (1)
82PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
77PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509RecipientCertificateServiceElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (1)
91PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Description\ConfigLoader.cs (3)
70PropertyInformationCollection properties = element.ElementInformation.Properties; 528if (endpointElement.ElementInformation.Properties[ConfigurationStrings.IsSystemEndpoint].ValueOrigin != PropertyValueOrigin.Default) 971if (serviceEndpointElementCopy.ElementInformation.Properties[ConfigurationStrings.IsSystemEndpoint].ValueOrigin != PropertyValueOrigin.Default)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
183return configurationElement.ElementInformation.Properties[System.ServiceModel.Configuration.ConfigurationStrings.Address].ValueOrigin != PropertyValueOrigin.Default;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\Configuration\DiscoveryClientElement.cs (2)
88if (PropertyValueOrigin.Default == this.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin) 106if (PropertyValueOrigin.Default == this.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin)
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
147if (PropertyValueOrigin.Default == serviceEndpointElement.ElementInformation.Properties[ConfigurationStrings.IsSystemEndpoint].ValueOrigin)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
105if (PropertyValueOrigin.Default == this.DiscoveryClientSettings.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin)
System.ServiceModel.Web (7)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
252PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (2)
259PropertyInformationCollection propertyInfo = this.ElementInformation.Properties; 274return this.ElementInformation.Properties[propertyName].IsModified;
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (2)
51if (this.ElementInformation.Properties["mode"].IsModified) 104PropertyInformation configurationPropertyInfo = element.ElementInformation.Properties[propertyName];
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (2)
209PropertyInformationCollection propertyInfo = this.ElementInformation.Properties; 224return this.ElementInformation.Properties[propertyName].IsModified;
System.Web (252)
Cache\SqlCacheDependency.cs (6)
694config.ElementInformation.Properties["enabled"].Source, config.ElementInformation.Properties["enabled"].LineNumber); 702sqlDepDB.ElementInformation.Properties["pollTime"].Source, sqlDepDB.ElementInformation.Properties["pollTime"].LineNumber); 717sqlDepDB.ElementInformation.Properties["connectionStringName"].Source, sqlDepDB.ElementInformation.Properties["connectionStringName"].LineNumber);
Compilation\ProfileBuildProvider.cs (1)
117PropertyInformation prop = config.ElementInformation.Properties["inherits"];
Configuration\BufferModeSettings.cs (6)
222elem.ElementInformation.Properties["urgentFlushThreshold"].Source, elem.ElementInformation.Properties["urgentFlushThreshold"].LineNumber); 232elem.ElementInformation.Properties["maxFlushSize"].Source, elem.ElementInformation.Properties["maxFlushSize"].LineNumber); 242elem.ElementInformation.Properties["urgentFlushInterval"].Source, elem.ElementInformation.Properties["urgentFlushInterval"].LineNumber);
Configuration\CodeSubDirectory.cs (8)
84ElementInformation.Properties[dirNameAttribName].Source, ElementInformation.Properties[dirNameAttribName].LineNumber); 93ElementInformation.Properties[dirNameAttribName].Source, ElementInformation.Properties[dirNameAttribName].LineNumber); 105ElementInformation.Properties[dirNameAttribName].Source, ElementInformation.Properties[dirNameAttribName].LineNumber); 111ElementInformation.Properties[dirNameAttribName].Source, ElementInformation.Properties[dirNameAttribName].LineNumber);
Configuration\CompilationSection.cs (6)
259configFileName = ElementInformation.Properties[tempDirectoryAttributeName].Source; 260configLineNumber = ElementInformation.Properties[tempDirectoryAttributeName].LineNumber; 451ElementInformation.Properties[assemblyPostProcessorTypeAttributeName].Source, 452ElementInformation.Properties[assemblyPostProcessorTypeAttributeName].LineNumber); 814String source = ElementInformation.Properties["assemblies"].Source; 815int lineNumber = ElementInformation.Properties["assemblies"].LineNumber;
Configuration\Compiler.cs (2)
131ElementInformation.Properties[compilerOptionsAttribName].Source, 132ElementInformation.Properties[compilerOptionsAttribName].LineNumber);
Configuration\ConfigsHelper.cs (2)
17config.ElementInformation.Properties[propName].Source, config.ElementInformation.Properties[propName].LineNumber);
Configuration\ConfigUtil.cs (9)
25expectedBaseType.FullName), configElement.ElementInformation.Properties[propertyName].Source, 26configElement.ElementInformation.Properties[propertyName].LineNumber); 52configElement.ElementInformation.Properties[propertyName].Source, 53configElement.ElementInformation.Properties[propertyName].LineNumber); 101configElement.ElementInformation.Properties[propertyName].Source, configElement.ElementInformation.Properties[propertyName].LineNumber); 109configElement.ElementInformation.Properties[propertyName].Source, 110configElement.ElementInformation.Properties[propertyName].LineNumber); 128PropertyInformation propInfo = configSection.ElementInformation.Properties[property.Name];
Configuration\FormsAuthenticationConfiguration.cs (4)
401elem.ElementInformation.Properties["loginUrl"].Source, 402elem.ElementInformation.Properties["loginUrl"].LineNumber); 408elem.ElementInformation.Properties["defaultUrl"].Source, 409elem.ElementInformation.Properties["defaultUrl"].LineNumber);
Configuration\GlobalizationSection.cs (13)
275errorLine = ElementInformation.Properties[errorProperty.Name].LineNumber; 284if (errorLine > ElementInformation.Properties[_propResponseHeaderEncoding.Name].LineNumber) { 286errorLine = ElementInformation.Properties[errorProperty.Name].LineNumber; 296if (errorLine > ElementInformation.Properties[_propRequestEncoding.Name].LineNumber) { 298errorLine = ElementInformation.Properties[errorProperty.Name].LineNumber; 308if (errorLine > ElementInformation.Properties[_propFileEncoding.Name].LineNumber) { 310errorLine = ElementInformation.Properties[errorProperty.Name].LineNumber; 319if (errorLine > ElementInformation.Properties[_propCulture.Name].LineNumber) { 321errorLine = ElementInformation.Properties[_propCulture.Name].LineNumber; 331if (errorLine > ElementInformation.Properties[_propUICulture.Name].LineNumber) { 333errorLine = ElementInformation.Properties[_propUICulture.Name].LineNumber; 339ElementInformation.Properties[errorProperty.Name].Source, ElementInformation.Properties[errorProperty.Name].LineNumber);
Configuration\HealthMonitoringSectionHelper.cs (23)
117HandlerBase.CheckAssignableType(providerSettings.ElementInformation.Properties["type"].Source, 118providerSettings.ElementInformation.Properties["type"].LineNumber, 133if (eventMappingSettings.ElementInformation.Properties[attribute].LineNumber == 0) { 135Debug.Assert(eventMappingSettings.ElementInformation.Properties[attribute].LineNumber != 0, 141eventMappingSettings.ElementInformation.Properties[attribute].Source, eventMappingSettings.ElementInformation.Properties[attribute].LineNumber); 145HandlerBase.CheckAssignableType(eventMappingSettings.ElementInformation.Properties["type"].Source, 146eventMappingSettings.ElementInformation.Properties["type"].LineNumber, 164rule.ElementInformation.Properties["provider"].Source, 165rule.ElementInformation.Properties["provider"].LineNumber); 174rule.ElementInformation.Properties["profile"].Source, 175rule.ElementInformation.Properties["profile"].LineNumber); 182rule.ElementInformation.Properties["eventName"].Source, rule.ElementInformation.Properties["eventName"].LineNumber); 254if (ruleInfo._ruleSettings.ElementInformation.Properties["profile"].ValueOrigin != PropertyValueOrigin.Default) { 259if (profileSettings != null && ruleInfo._ruleSettings.ElementInformation.Properties["minInstances"].ValueOrigin == PropertyValueOrigin.Default) { 266if (profileSettings != null && ruleInfo._ruleSettings.ElementInformation.Properties["maxLimit"].ValueOrigin == PropertyValueOrigin.Default) { 273if (profileSettings != null && ruleInfo._ruleSettings.ElementInformation.Properties["minInterval"].ValueOrigin == PropertyValueOrigin.Default) { 280if (profileSettings != null && ruleInfo._ruleSettings.ElementInformation.Properties["custom"].ValueOrigin == PropertyValueOrigin.Default) { 303HandlerBase.CheckAssignableType(ruleInfo._customEvaluatorConfig.ElementInformation.Properties["custom"].Source, 304ruleInfo._customEvaluatorConfig.ElementInformation.Properties["custom"].LineNumber, 557throw new ConfigurationErrorsException(e.Message, providerSettings.ElementInformation.Properties["type"].Source, 558providerSettings.ElementInformation.Properties["type"].LineNumber);
Configuration\HttpModuleAction.cs (8)
93return ElementInformation.Properties["name"].Source; 100return ElementInformation.Properties["name"].LineNumber; 114ElementInformation.Properties[_propType.Name].Source, ElementInformation.Properties[_propType.Name].LineNumber); 144elem.ElementInformation.Properties["type"].Source, 145elem.ElementInformation.Properties["type"].LineNumber); 151elem.ElementInformation.Properties["name"].Source, 152elem.ElementInformation.Properties["name"].LineNumber);
Configuration\HttpRuntimeSection.cs (7)
425ElementInformation.Properties[_propMaxRequestLength.Name].Source, 426ElementInformation.Properties[_propMaxRequestLength.Name].LineNumber); 441ElementInformation.Properties[_propRequestLengthDiskThreshold.Name].Source, 442ElementInformation.Properties[_propRequestLengthDiskThreshold.Name].LineNumber); 567PropertyInformation targetFrameworkPropInfo = ElementInformation.Properties["targetFramework"]; 828ElementInformation.Properties[_propRequestPathInvalidCharacters.Name].Source, 829ElementInformation.Properties[_propRequestPathInvalidCharacters.Name].LineNumber);
Configuration\IdentitySection.cs (12)
145if (source.ElementInformation.Properties[_propUserName.Name].IsModified || 146source.ElementInformation.Properties[_propPassword.Name].IsModified) { 180ElementInformation.Properties["password"].Source, 181ElementInformation.Properties["password"].LineNumber); 187ElementInformation.Properties["userName"].Source, 188ElementInformation.Properties["userName"].LineNumber); 193ElementInformation.Properties["userName"].Source, 194ElementInformation.Properties["userName"].LineNumber); 209ElementInformation.Properties["userName"].Source, 210ElementInformation.Properties["userName"].LineNumber); 215ElementInformation.Properties["userName"].Source, 216ElementInformation.Properties["userName"].LineNumber);
Configuration\MachineKeySection.cs (28)
183throw new ConfigurationErrorsException(SR.GetString(SR.Wrong_decryption_enum), ElementInformation.Properties["decryption"].Source, ElementInformation.Properties["decryption"].LineNumber); 188throw new ConfigurationErrorsException(SR.GetString(SR.Wrong_decryption_enum), ElementInformation.Properties["decryption"].Source, ElementInformation.Properties["decryption"].LineNumber); 362throw new ConfigurationErrorsException(SR.GetString(SR.Unable_to_get_cookie_authentication_validation_key, strKey.Length.ToString(CultureInfo.InvariantCulture)), ElementInformation.Properties["validationKey"].Source, ElementInformation.Properties["validationKey"].LineNumber); 368throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_validation_key), ElementInformation.Properties["validationKey"].Source, ElementInformation.Properties["validationKey"].LineNumber); 418throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_decryption_key), ElementInformation.Properties["decryptionKey"].Source, ElementInformation.Properties["decryptionKey"].LineNumber); 424throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_decryption_key), ElementInformation.Properties["decryptionKey"].Source, ElementInformation.Properties["decryptionKey"].LineNumber); 948throw new ConfigurationErrorsException(SR.GetString(SR.Bad_machine_key, e.Message), ElementInformation.Properties["decryptionKey"].Source, ElementInformation.Properties["decryptionKey"].LineNumber); 1097ElementInformation.Properties["validation"].Source, 1098ElementInformation.Properties["validation"].LineNumber); 1107ElementInformation.Properties["validation"].Source, 1108ElementInformation.Properties["validation"].LineNumber); 1112ElementInformation.Properties["validation"].Source, 1113ElementInformation.Properties["validation"].LineNumber); 1120ElementInformation.Properties["validation"].Source, 1121ElementInformation.Properties["validation"].LineNumber); 1181ElementInformation.Properties["decryption"].Source, 1182ElementInformation.Properties["decryption"].LineNumber); 1188ElementInformation.Properties["decryption"].Source, 1189ElementInformation.Properties["decryption"].LineNumber); 1193ElementInformation.Properties["decryption"].Source, 1194ElementInformation.Properties["decryption"].LineNumber);
Configuration\MembershipSection.cs (2)
148throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_hash_algorithm_type, HashAlgorithmType), ElementInformation.Properties["hashAlgorithmType"].Source, ElementInformation.Properties["hashAlgorithmType"].LineNumber);
Configuration\NamespaceCollection.cs (2)
103namespaceEntry.Line = ni.ElementInformation.Properties["namespace"].LineNumber; 106namespaceEntry.VirtualPath = ni.ElementInformation.Properties["namespace"].Source;
Configuration\OutputCacheSection.cs (2)
220ElementInformation.Properties["defaultProvider"].Source, 221ElementInformation.Properties["defaultProvider"].LineNumber);
Configuration\PagesSection.cs (16)
366ElementInformation.Properties[_propPageBaseType.Name].ValueOrigin != PropertyValueOrigin.Default) { 383ElementInformation.Properties[_propUserControlBaseType.Name].ValueOrigin != PropertyValueOrigin.Default) { 471ElementInformation.Properties["masterPageFile"].Source, 472ElementInformation.Properties["masterPageFile"].LineNumber); 482ElementInformation.Properties["masterPageFile"].Source, 483ElementInformation.Properties["masterPageFile"].LineNumber); 489ElementInformation.Properties["masterPageFile"].Source, 490ElementInformation.Properties["masterPageFile"].LineNumber); 500ElementInformation.Properties["masterPageFile"].Source, 501ElementInformation.Properties["masterPageFile"].LineNumber); 536ElementInformation.Properties["theme"].Source, 537ElementInformation.Properties["theme"].LineNumber); 565ElementInformation.Properties["styleSheetTheme"].Source, 566ElementInformation.Properties["styleSheetTheme"].LineNumber); 728tpi.ElementInformation.Properties["src"].Source, 729tpi.ElementInformation.Properties["src"].LineNumber);
Configuration\ProcessModelSection.cs (4)
622elem.ElementInformation.Properties["cpuMask"].Source, 623elem.ElementInformation.Properties["cpuMask"].LineNumber); 629elem.ElementInformation.Properties["cpuMask"].Source, 630elem.ElementInformation.Properties["cpuMask"].LineNumber);
Configuration\ProtocolsSection.cs (4)
273this.ElementInformation.Properties["ProcessHandlerType"].Source, 274this.ElementInformation.Properties["ProcessHandlerType"].LineNumber); 288this.ElementInformation.Properties["AppDomainHandlerType"].Source, 289this.ElementInformation.Properties["AppDomainHandlerType"].LineNumber);
Configuration\ProvidersHelper.cs (2)
45throw new ConfigurationErrorsException(e.Message, e, providerSettings.ElementInformation.Properties["type"].Source, providerSettings.ElementInformation.Properties["type"].LineNumber);
Configuration\SessionStateSection.cs (4)
484ElementInformation.Properties["cookieless"].Source, 485ElementInformation.Properties["cookieless"].LineNumber); 515elem.ElementInformation.Properties["timeout"].Source, 516elem.ElementInformation.Properties["timeout"].LineNumber);
Configuration\SiteMapSection.cs (2)
137ElementInformation.Properties[_propDefaultProvider.Name].Source, 138ElementInformation.Properties[_propDefaultProvider.Name].LineNumber);
Configuration\SqlCacheDependencyDatabase.cs (4)
97elem.ElementInformation.Properties["pollTime"].Source, 98elem.ElementInformation.Properties["pollTime"].LineNumber); 107if (ElementInformation.Properties["pollTime"].ValueOrigin == PropertyValueOrigin.Default) { 137if (ElementInformation.Properties["pollTime"].ValueOrigin == PropertyValueOrigin.Default) {
Configuration\SqlCacheDependencySection.cs (2)
106elem.ElementInformation.Properties["pollTime"].Source, 107elem.ElementInformation.Properties["pollTime"].LineNumber);
Configuration\TagMapCollection.cs (2)
90tmi.ElementInformation.Properties["mappedTagType"].Source, 91tmi.ElementInformation.Properties["mappedTagType"].LineNumber);
Configuration\TransformerInfoCollection.cs (6)
94ti.ElementInformation.Properties["type"].Source, 95ti.ElementInformation.Properties["type"].LineNumber); 108ti.ElementInformation.Properties["type"].Source, 109ti.ElementInformation.Properties["type"].LineNumber); 128ti.ElementInformation.Properties["type"].Source, 129ti.ElementInformation.Properties["type"].LineNumber);
Configuration\TrustLevel.cs (2)
86string filename = ElementInformation.Properties["policyFile"].Source; 116string filename = ElementInformation.Properties["policyFile"].Source;
Configuration\WebPartsPersonalization.cs (4)
97rule.ElementInformation.Properties["verbs"].Source, 98rule.ElementInformation.Properties["verbs"].LineNumber); 104rule.ElementInformation.Properties["verbs"].Source, 105rule.ElementInformation.Properties["verbs"].LineNumber);
Hosting\ProcessHost.cs (1)
376propInfo = element.ElementInformation.Properties[elementPropertyName];
HttpRuntime.cs (14)
1058if (runtimeConfig.ElementInformation.Properties["minFreeThreads"].LineNumber == 0) { 1059if (processConfig.ElementInformation.Properties["maxWorkerThreads"].LineNumber != 0) { 1061processConfig.ElementInformation.Properties["maxWorkerThreads"].Source, 1062processConfig.ElementInformation.Properties["maxWorkerThreads"].LineNumber); 1066processConfig.ElementInformation.Properties["maxIoThreads"].Source, 1067processConfig.ElementInformation.Properties["maxIoThreads"].LineNumber); 1072runtimeConfig.ElementInformation.Properties["minFreeThreads"].Source, 1073runtimeConfig.ElementInformation.Properties["minFreeThreads"].LineNumber); 1078if (runtimeConfig.ElementInformation.Properties["minLocalRequestFreeThreads"].LineNumber == 0) { 1080processConfig.ElementInformation.Properties["minFreeThreads"].Source, 1081processConfig.ElementInformation.Properties["minFreeThreads"].LineNumber); 1085runtimeConfig.ElementInformation.Properties["minLocalRequestFreeThreads"].Source, 1086runtimeConfig.ElementInformation.Properties["minLocalRequestFreeThreads"].LineNumber); 2723PropertyInformation propInfo = elemInfo.Properties[propertyName];
ModulesEntry.cs (2)
48configElement.ElementInformation.Properties["type"].Source, configElement.ElementInformation.Properties["type"].LineNumber);
Profile\HttpProfileBase.cs (20)
228throw new ConfigurationErrorsException(SR.GetString(SR.Wrong_profile_base_type), null, config.ElementInformation.Properties["inherits"].Source, config.ElementInformation.Properties["inherit"].LineNumber); 251throw new ConfigurationErrorsException(SR.GetString(SR.Wrong_profile_base_type), null, config.ElementInformation.Properties["inherits"].Source, config.ElementInformation.Properties["inherit"].LineNumber); 347prop.LineNumber = pps.ElementInformation.Properties["name"].LineNumber; 348prop.FileName = pps.ElementInformation.Properties["name"].Source; 432throw new ConfigurationErrorsException(SR.GetString(SR.Annoymous_id_module_not_enabled, prop.Name), config.ElementInformation.Properties["inherits"].Source, config.ElementInformation.Properties["inherits"].LineNumber); 446throw new ConfigurationErrorsException(SR.GetString(SR.Profile_provider_not_found, ((ProfileProviderAttribute)attrib).ProviderName), config.ElementInformation.Properties["inherits"].Source, config.ElementInformation.Properties["inherits"].LineNumber); 492throw new ConfigurationErrorsException(SR.GetString(SR.Profile_property_already_added), null, pps.ElementInformation.Properties["name"].Source, pps.ElementInformation.Properties["name"].LineNumber); 500throw new ConfigurationErrorsException(SR.GetString(SR.Profile_could_not_create_type, e.Message), e, pps.ElementInformation.Properties["type"].Source, pps.ElementInformation.Properties["type"].LineNumber); 505throw new ConfigurationErrorsException(SR.GetString(SR.Annoymous_id_module_not_enabled, pps.Name), pps.ElementInformation.Properties["allowAnonymous"].Source, pps.ElementInformation.Properties["allowAnonymous"].LineNumber); 516throw new ConfigurationErrorsException(SR.GetString(SR.Property_not_serializable, pps.Name), pps.ElementInformation.Properties["serializeAs"].Source, pps.ElementInformation.Properties["serializeAs"].LineNumber); 541throw new ConfigurationErrorsException(SR.GetString(SR.Profile_provider_not_found, pps.Provider), pps.ElementInformation.Properties["provider"].Source, pps.ElementInformation.Properties["provider"].LineNumber);
Profile\ProfileManager.cs (2)
382throw new ConfigurationErrorsException(SR.GetString(SR.Profile_default_provider_not_found), config.ElementInformation.Properties["providers"].Source, config.ElementInformation.Properties["providers"].LineNumber);
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
131configProperty: _machineKeySection.ElementInformation.Properties[configAttributeName]);
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
65configProperty: _machineKeySection.ElementInformation.Properties["dataProtectorType"]);
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
118configProperty: _machineKeySection.ElementInformation.Properties[configAttributeName]); 127configProperty: _machineKeySection.ElementInformation.Properties[configAttributeName]);
Security\Membership.cs (2)
496throw new ConfigurationErrorsException(SR.GetString(SR.Def_membership_provider_not_found), settings.ElementInformation.Properties["defaultProvider"].Source, settings.ElementInformation.Properties["defaultProvider"].LineNumber);
Security\Roles.cs (2)
568s_InitializeException = new ConfigurationErrorsException(SR.GetString(SR.Def_role_provider_not_found), settings.ElementInformation.Properties["defaultProvider"].Source, settings.ElementInformation.Properties["defaultProvider"].LineNumber);
State\OutOfProcStateClientManager.cs (2)
89s_configStateConnectionStringFileName = config.ElementInformation.Properties["stateConnectionString"].Source; 90s_configStateConnectionStringLineNumber = config.ElementInformation.Properties["stateConnectionString"].LineNumber;
State\SessionStateModule.cs (6)
274config.ElementInformation.Properties["customProvider"].Source, config.ElementInformation.Properties["customProvider"].LineNumber); 281config.ElementInformation.Properties["customProvider"].Source, config.ElementInformation.Properties["customProvider"].LineNumber); 299config.ElementInformation.Properties["partitionResolverType"].Source, config.ElementInformation.Properties["partitionResolverType"].LineNumber);
State\sqlstateclientmanager.cs (2)
134s_configSqlConnectionFileName = config.ElementInformation.Properties["sqlConnectionString"].Source; 135s_configSqlConnectionLineNumber = config.ElementInformation.Properties["sqlConnectionString"].LineNumber;
UI\WebParts\PersonalizationAdministration.cs (2)
76personalization.ElementInformation.Properties["defaultProvider"].Source, 77personalization.ElementInformation.Properties["defaultProvider"].LineNumber);