8 references to RemoveAttributes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
105xml.RemoveAttributes();
Roslyn.Test.PdbUtilities (1)
Reader\PdbValidation.cs (1)
369e.RemoveAttributes();
System.Private.Xml.Linq (6)
System\Xml\Linq\XContainer.cs (2)
364/// methods does not remove attributes. See <see cref="XElement.RemoveAttributes()"/>. 365/// <seealso cref="XElement.RemoveAttributes()"/>
System\Xml\Linq\XElement.cs (4)
916/// <seealso cref="XElement.RemoveAttributes"/> 921RemoveAttributes(); 928/// <seealso cref="XElement.RemoveAttributes"/> 1011RemoveAttributes();