41 references to Clear
System.Xml (41)
System\Xml\Schema\Preprocessor.cs (10)
162schema.Attributes.Clear(); 163schema.AttributeGroups.Clear(); 164schema.SchemaTypes.Clear(); 165schema.Elements.Clear(); 166schema.Groups.Clear(); 167schema.Notations.Clear(); 169schema.IdentityConstraints.Clear(); 176rdef.AttributeGroups.Clear(); 177rdef.Groups.Clear(); 178rdef.SchemaTypes.Clear();
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
86rdef.AttributeGroups.Clear(); 87rdef.Groups.Clear(); 88rdef.SchemaTypes.Clear(); 149schema.Attributes.Clear(); 150schema.AttributeGroups.Clear(); 151schema.SchemaTypes.Clear(); 152schema.Elements.Clear(); 153schema.Groups.Clear(); 154schema.Notations.Clear(); 156schema.IdentityConstraints.Clear(); 251attributeGroup.AttributeUses.Clear(); 287complexType.LocalElements.Clear(); 288complexType.AttributeUses.Clear();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
91rdef.AttributeGroups.Clear(); 92rdef.Groups.Clear(); 93rdef.SchemaTypes.Clear(); 98schema.Attributes.Clear(); 99schema.AttributeGroups.Clear(); 100schema.SchemaTypes.Clear(); 101schema.Elements.Clear(); 102schema.Groups.Clear(); 103schema.Notations.Clear(); 105schema.IdentityConstraints.Clear();
System\Xml\Schema\SchemaSetCompiler.cs (3)
233attributeGroup.AttributeUses.Clear(); 275complexType.LocalElements.Clear(); 276complexType.AttributeUses.Clear();
System\Xml\Schema\XmlSchemaSet.cs (5)
1039GlobalElements.Clear(); 1040GlobalAttributes.Clear(); 1041GlobalTypes.Clear(); 1042SubstitutionGroups.Clear(); 1043TypeExtensions.Clear();