Home
last modified time | relevance | path

Searched refs:CleanupSimpleType (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaCollectionCompiler.cs66 CleanupSimpleType((XmlSchemaSimpleType)type); in Cleanup()
109 CleanupSimpleType(simpletype); in Cleanup()
140 CleanupSimpleType(simpletype); in Cleanup()
244 CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); in CleanupAttribute()
294 private static void CleanupSimpleType(XmlSchemaSimpleType simpleType) { in CleanupSimpleType() method in System.Xml.Schema.SchemaCollectionCompiler
305 CleanupSimpleType((XmlSchemaSimpleType)element.SchemaType); in CleanupElement()
H A DSchemaSetCompiler.cs84 CleanupSimpleType(type as XmlSchemaSimpleType); in Prepare()
226 CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); in CleanupAttribute()
288 private void CleanupSimpleType(XmlSchemaSimpleType simpleType) { in CleanupSimpleType() method in System.Xml.Schema.Compiler
295 CleanupSimpleType(simpleType.Redefined as XmlSchemaSimpleType); in CleanupSimpleType()
306 CleanupSimpleType((XmlSchemaSimpleType)element.SchemaType); in CleanupElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DSchemaCollectionCompiler.cs77 CleanupSimpleType((XmlSchemaSimpleType)type); in Cleanup()
131 CleanupSimpleType(simpletype); in Cleanup()
169 CleanupSimpleType(simpletype); in Cleanup()
303 CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); in CleanupAttribute()
362 private static void CleanupSimpleType(XmlSchemaSimpleType simpleType) in CleanupSimpleType() method in System.Xml.Schema.SchemaCollectionCompiler
378 CleanupSimpleType((XmlSchemaSimpleType)element.SchemaType); in CleanupElement()
H A DSchemaSetCompiler.cs99 CleanupSimpleType(type as XmlSchemaSimpleType); in Prepare()
279 CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); in CleanupAttribute()
353 private void CleanupSimpleType(XmlSchemaSimpleType simpleType) in CleanupSimpleType() method in System.Xml.Schema.Compiler
363 CleanupSimpleType(simpleType.Redefined as XmlSchemaSimpleType); in CleanupSimpleType()
378 CleanupSimpleType((XmlSchemaSimpleType)element.SchemaType); in CleanupElement()