5 references to tempDirectoryAttributeName
System.Web (5)
Configuration\CompilationSection.cs (5)
105
new ConfigurationProperty(
tempDirectoryAttributeName
, typeof(string),
245
[ConfigurationProperty(
tempDirectoryAttributeName
, DefaultValue = "")]
258
tempDirAttribName =
tempDirectoryAttributeName
;
259
configFileName = ElementInformation.Properties[
tempDirectoryAttributeName
].Source;
260
configLineNumber = ElementInformation.Properties[
tempDirectoryAttributeName
].LineNumber;