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