3 references to LimitXPathComplexityName
System.Xml (3)
System\Xml\Core\XmlConfiguration.cs (3)
112
[ConfigurationProperty(XmlConfigurationString.
LimitXPathComplexityName
, DefaultValue = "true")]
115
get { return (string)this[XmlConfigurationString.
LimitXPathComplexityName
]; }
116
set { this[XmlConfigurationString.
LimitXPathComplexityName
] = value; }