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