117 references to Source
System.IdentityModel (2)
System\IdentityModel\DiagnosticUtilityExtensions.cs (2)
78configElement.ElementInformation.Properties[propertyName].Source, 111configElement.ElementInformation.Properties[propertyName].Source,
System.Web (115)
Cache\SqlCacheDependency.cs (3)
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 (2)
118if (prop != null && prop.Source != null && prop.LineNumber > 0) 119type.LinePragma = new CodeLinePragma(HttpRuntime.GetSafePath(prop.Source), prop.LineNumber);
Configuration\BufferModeSettings.cs (3)
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 (4)
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 (3)
259configFileName = ElementInformation.Properties[tempDirectoryAttributeName].Source; 451ElementInformation.Properties[assemblyPostProcessorTypeAttributeName].Source, 814String source = ElementInformation.Properties["assemblies"].Source;
Configuration\Compiler.cs (1)
131ElementInformation.Properties[compilerOptionsAttribName].Source,
Configuration\ConfigsHelper.cs (1)
17config.ElementInformation.Properties[propName].Source, config.ElementInformation.Properties[propName].LineNumber);
Configuration\ConfigUtil.cs (5)
25expectedBaseType.FullName), configElement.ElementInformation.Properties[propertyName].Source, 52configElement.ElementInformation.Properties[propertyName].Source, 101configElement.ElementInformation.Properties[propertyName].Source, configElement.ElementInformation.Properties[propertyName].LineNumber); 109configElement.ElementInformation.Properties[propertyName].Source, 120return new ConfigurationErrorsException(message, innerException, (configProperty != null) ? configProperty.Source : null, (configProperty != null) ? configProperty.LineNumber : 0);
Configuration\FormsAuthenticationConfiguration.cs (2)
401elem.ElementInformation.Properties["loginUrl"].Source, 408elem.ElementInformation.Properties["defaultUrl"].Source,
Configuration\GlobalizationSection.cs (1)
339ElementInformation.Properties[errorProperty.Name].Source, ElementInformation.Properties[errorProperty.Name].LineNumber);
Configuration\HealthMonitoringSectionHelper.cs (8)
117HandlerBase.CheckAssignableType(providerSettings.ElementInformation.Properties["type"].Source, 141eventMappingSettings.ElementInformation.Properties[attribute].Source, eventMappingSettings.ElementInformation.Properties[attribute].LineNumber); 145HandlerBase.CheckAssignableType(eventMappingSettings.ElementInformation.Properties["type"].Source, 164rule.ElementInformation.Properties["provider"].Source, 174rule.ElementInformation.Properties["profile"].Source, 182rule.ElementInformation.Properties["eventName"].Source, rule.ElementInformation.Properties["eventName"].LineNumber); 303HandlerBase.CheckAssignableType(ruleInfo._customEvaluatorConfig.ElementInformation.Properties["custom"].Source, 557throw new ConfigurationErrorsException(e.Message, providerSettings.ElementInformation.Properties["type"].Source,
Configuration\HttpModuleAction.cs (4)
93return ElementInformation.Properties["name"].Source; 114ElementInformation.Properties[_propType.Name].Source, ElementInformation.Properties[_propType.Name].LineNumber); 144elem.ElementInformation.Properties["type"].Source, 151elem.ElementInformation.Properties["name"].Source,
Configuration\HttpRuntimeSection.cs (4)
425ElementInformation.Properties[_propMaxRequestLength.Name].Source, 441ElementInformation.Properties[_propRequestLengthDiskThreshold.Name].Source, 569filename: targetFrameworkPropInfo.Source, 828ElementInformation.Properties[_propRequestPathInvalidCharacters.Name].Source,
Configuration\IdentitySection.cs (5)
180ElementInformation.Properties["password"].Source, 187ElementInformation.Properties["userName"].Source, 193ElementInformation.Properties["userName"].Source, 209ElementInformation.Properties["userName"].Source, 215ElementInformation.Properties["userName"].Source,
Configuration\MachineKeySection.cs (14)
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, 1107ElementInformation.Properties["validation"].Source, 1112ElementInformation.Properties["validation"].Source, 1120ElementInformation.Properties["validation"].Source, 1181ElementInformation.Properties["decryption"].Source, 1188ElementInformation.Properties["decryption"].Source, 1193ElementInformation.Properties["decryption"].Source,
Configuration\MembershipSection.cs (1)
148throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_hash_algorithm_type, HashAlgorithmType), ElementInformation.Properties["hashAlgorithmType"].Source, ElementInformation.Properties["hashAlgorithmType"].LineNumber);
Configuration\NamespaceCollection.cs (1)
106namespaceEntry.VirtualPath = ni.ElementInformation.Properties["namespace"].Source;
Configuration\OutputCacheSection.cs (1)
220ElementInformation.Properties["defaultProvider"].Source,
Configuration\PagesSection.cs (7)
471ElementInformation.Properties["masterPageFile"].Source, 482ElementInformation.Properties["masterPageFile"].Source, 489ElementInformation.Properties["masterPageFile"].Source, 500ElementInformation.Properties["masterPageFile"].Source, 536ElementInformation.Properties["theme"].Source, 565ElementInformation.Properties["styleSheetTheme"].Source, 728tpi.ElementInformation.Properties["src"].Source,
Configuration\ProcessModelSection.cs (2)
622elem.ElementInformation.Properties["cpuMask"].Source, 629elem.ElementInformation.Properties["cpuMask"].Source,
Configuration\ProtocolsSection.cs (2)
273this.ElementInformation.Properties["ProcessHandlerType"].Source, 288this.ElementInformation.Properties["AppDomainHandlerType"].Source,
Configuration\ProvidersHelper.cs (1)
45throw new ConfigurationErrorsException(e.Message, e, providerSettings.ElementInformation.Properties["type"].Source, providerSettings.ElementInformation.Properties["type"].LineNumber);
Configuration\SessionStateSection.cs (2)
484ElementInformation.Properties["cookieless"].Source, 515elem.ElementInformation.Properties["timeout"].Source,
Configuration\SiteMapSection.cs (1)
137ElementInformation.Properties[_propDefaultProvider.Name].Source,
Configuration\SqlCacheDependencyDatabase.cs (1)
97elem.ElementInformation.Properties["pollTime"].Source,
Configuration\SqlCacheDependencySection.cs (1)
106elem.ElementInformation.Properties["pollTime"].Source,
Configuration\TagMapCollection.cs (1)
90tmi.ElementInformation.Properties["mappedTagType"].Source,
Configuration\TransformerInfoCollection.cs (3)
94ti.ElementInformation.Properties["type"].Source, 108ti.ElementInformation.Properties["type"].Source, 128ti.ElementInformation.Properties["type"].Source,
Configuration\TrustLevel.cs (2)
86string filename = ElementInformation.Properties["policyFile"].Source; 116string filename = ElementInformation.Properties["policyFile"].Source;
Configuration\WebPartsPersonalization.cs (2)
97rule.ElementInformation.Properties["verbs"].Source, 104rule.ElementInformation.Properties["verbs"].Source,
Hosting\ProcessHost.cs (1)
379source = propInfo.Source;
HttpRuntime.cs (6)
1061processConfig.ElementInformation.Properties["maxWorkerThreads"].Source, 1066processConfig.ElementInformation.Properties["maxIoThreads"].Source, 1072runtimeConfig.ElementInformation.Properties["minFreeThreads"].Source, 1080processConfig.ElementInformation.Properties["minFreeThreads"].Source, 1085runtimeConfig.ElementInformation.Properties["minLocalRequestFreeThreads"].Source, 2726propInfo.Source, propInfo.LineNumber);
ModulesEntry.cs (1)
48configElement.ElementInformation.Properties["type"].Source, configElement.ElementInformation.Properties["type"].LineNumber);
Profile\HttpProfileBase.cs (10)
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); 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 (1)
382throw new ConfigurationErrorsException(SR.GetString(SR.Profile_default_provider_not_found), config.ElementInformation.Properties["providers"].Source, config.ElementInformation.Properties["providers"].LineNumber);
Security\Membership.cs (1)
496throw new ConfigurationErrorsException(SR.GetString(SR.Def_membership_provider_not_found), settings.ElementInformation.Properties["defaultProvider"].Source, settings.ElementInformation.Properties["defaultProvider"].LineNumber);
Security\Roles.cs (1)
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 (1)
89s_configStateConnectionStringFileName = config.ElementInformation.Properties["stateConnectionString"].Source;
State\SessionStateModule.cs (3)
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 (1)
134s_configSqlConnectionFileName = config.ElementInformation.Properties["sqlConnectionString"].Source;
UI\WebParts\PersonalizationAdministration.cs (1)
76personalization.ElementInformation.Properties["defaultProvider"].Source,