14 types derived from XmlSchemaAnnotated
System.Private.Xml (14)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
10public class XmlSchemaAnyAttribute : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttribute.cs (1)
11public class XmlSchemaAttribute : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
9public class XmlSchemaAttributeGroup : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttributeGroupref.cs (1)
10public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaContent.cs (1)
9public abstract class XmlSchemaContent : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaContentModel.cs (1)
8public abstract class XmlSchemaContentModel : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaFacet.cs (1)
26public abstract class XmlSchemaFacet : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaGroup.cs (1)
8public class XmlSchemaGroup : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
10public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated 64public class XmlSchemaXPath : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaNotation.cs (1)
8public class XmlSchemaNotation : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaParticle.cs (1)
8public abstract class XmlSchemaParticle : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaSimpleTypeContent.cs (1)
6public abstract class XmlSchemaSimpleTypeContent : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaType.cs (1)
14public class XmlSchemaType : XmlSchemaAnnotated
31 references to XmlSchemaAnnotated
netstandard (1)
netstandard.cs (1)
2299[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]
System.Data.Common (21)
System\Data\XMLSchema.cs (21)
379internal static string? GetMsdataAttribute(XmlSchemaAnnotated node, string ln) 536foreach (XmlSchemaAnnotated el in items) 604XmlSchemaAnnotated? cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content; 750foreach (XmlSchemaAnnotated el in items) 901foreach (XmlSchemaAnnotated item in items) 1056XmlSchemaAnnotated? cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content; 1099XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content!; 1145XmlSchemaAnnotated cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content!; 1210internal static bool GetBooleanAttribute(XmlSchemaAnnotated element, string attrName, bool defVal) 1229internal static string GetStringAttribute(XmlSchemaAnnotated element, string attrName, string defVal) 1529internal static string GetInstanceName(XmlSchemaAnnotated node) 1919internal XmlSchemaAnnotated? FindTypeNode(XmlSchemaAnnotated node) 1936XmlSchemaAnnotated? typeNode; 1943typeNode = isAttr ? FindTypeNode((XmlSchemaAnnotated)_attributes![attr!.RefName]!) : FindTypeNode((XmlSchemaAnnotated)_elementsTable![el!.RefName]!); 1946typeNode = (XmlSchemaAnnotated?)_schemaTypes![isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName]; 2198XmlSchemaAnnotated? typeNode = FindTypeNode(attr); 2364XmlSchemaAnnotated? typeNode = FindTypeNode(el); 2628foreach (XmlSchemaAnnotated el in items) 2670foreach (XmlSchemaAnnotated choiceEl in choiceItems)
System.Private.Xml (7)
System\Xml\Schema\Preprocessor.cs (1)
2163if (schemaObject is XmlSchemaAnnotated annotated)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1777XmlSchemaAnnotated? annotated = schemaObject as XmlSchemaAnnotated;
System\Xml\Schema\SchemaSetCompiler.cs (2)
3068private static void CopyPosition(XmlSchemaAnnotated to, XmlSchemaAnnotated from, bool copyParent)
System\Xml\Serialization\ImportContext.cs (2)
428if (typeof(XmlSchemaAnnotated).IsAssignableFrom(t)) 430XmlAttribute[]? attrs = (XmlAttribute[]?)((XmlSchemaAnnotated)item).UnhandledAttributes;
System.Xml (1)
System.Xml.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]