41 references to Clear
System.Private.Xml (41)
System\Xml\Schema\Preprocessor.cs (10)
179schema.Attributes.Clear(); 180schema.AttributeGroups.Clear(); 181schema.SchemaTypes.Clear(); 182schema.Elements.Clear(); 183schema.Groups.Clear(); 184schema.Notations.Clear(); 186schema.IdentityConstraints.Clear(); 194rdef.AttributeGroups.Clear(); 195rdef.Groups.Clear(); 196rdef.SchemaTypes.Clear();
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
107rdef.AttributeGroups.Clear(); 108rdef.Groups.Clear(); 109rdef.SchemaTypes.Clear(); 185schema.Attributes.Clear(); 186schema.AttributeGroups.Clear(); 187schema.SchemaTypes.Clear(); 188schema.Elements.Clear(); 189schema.Groups.Clear(); 190schema.Notations.Clear(); 192schema.IdentityConstraints.Clear(); 324attributeGroup.AttributeUses.Clear(); 366complexType.LocalElements.Clear(); 367complexType.AttributeUses.Clear();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
103rdef.AttributeGroups.Clear(); 104rdef.Groups.Clear(); 105rdef.SchemaTypes.Clear(); 109schema.Attributes.Clear(); 110schema.AttributeGroups.Clear(); 111schema.SchemaTypes.Clear(); 112schema.Elements.Clear(); 113schema.Groups.Clear(); 114schema.Notations.Clear(); 116schema.IdentityConstraints.Clear();
System\Xml\Schema\SchemaSetCompiler.cs (3)
304attributeGroup.AttributeUses.Clear(); 355complexType.LocalElements.Clear(); 356complexType.AttributeUses.Clear();
System\Xml\Schema\XmlSchemaSet.cs (5)
1065GlobalElements.Clear(); 1066GlobalAttributes.Clear(); 1067GlobalTypes.Clear(); 1068SubstitutionGroups.Clear(); 1069TypeExtensions.Clear();