41 references to Clear
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (10)
186schema.Attributes.Clear(); 187schema.AttributeGroups.Clear(); 188schema.SchemaTypes.Clear(); 189schema.Elements.Clear(); 190schema.Groups.Clear(); 191schema.Notations.Clear(); 193schema.IdentityConstraints.Clear(); 201rdef.AttributeGroups.Clear(); 202rdef.Groups.Clear(); 203rdef.SchemaTypes.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (13)
103rdef.AttributeGroups.Clear(); 104rdef.Groups.Clear(); 105rdef.SchemaTypes.Clear(); 180schema.Attributes.Clear(); 181schema.AttributeGroups.Clear(); 182schema.SchemaTypes.Clear(); 183schema.Elements.Clear(); 184schema.Groups.Clear(); 185schema.Notations.Clear(); 187schema.IdentityConstraints.Clear(); 311attributeGroup.AttributeUses.Clear(); 355complexType.LocalElements.Clear(); 356complexType.AttributeUses.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (10)
106rdef.AttributeGroups.Clear(); 107rdef.Groups.Clear(); 108rdef.SchemaTypes.Clear(); 112schema.Attributes.Clear(); 113schema.AttributeGroups.Clear(); 114schema.SchemaTypes.Clear(); 115schema.Elements.Clear(); 116schema.Groups.Clear(); 117schema.Notations.Clear(); 119schema.IdentityConstraints.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
289attributeGroup.AttributeUses.Clear(); 341complexType.LocalElements.Clear(); 342complexType.AttributeUses.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
1221GlobalElements.Clear(); 1222GlobalAttributes.Clear(); 1223GlobalTypes.Clear(); 1224SubstitutionGroups.Clear(); 1225TypeExtensions.Clear();