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