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)
382
internal static string? GetMsdataAttribute(
XmlSchemaAnnotated
node, string ln)
539
foreach (
XmlSchemaAnnotated
el in items)
607
XmlSchemaAnnotated
? cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content;
753
foreach (
XmlSchemaAnnotated
el in items)
905
foreach (
XmlSchemaAnnotated
item in items)
1060
XmlSchemaAnnotated
? cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content;
1103
XmlSchemaAnnotated
cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content!;
1149
XmlSchemaAnnotated
cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content!;
1214
internal static bool GetBooleanAttribute(
XmlSchemaAnnotated
element, string attrName, bool defVal)
1233
internal static string GetStringAttribute(
XmlSchemaAnnotated
element, string attrName, string defVal)
1533
internal static string GetInstanceName(
XmlSchemaAnnotated
node)
1923
internal
XmlSchemaAnnotated
? FindTypeNode(
XmlSchemaAnnotated
node)
1940
XmlSchemaAnnotated
? typeNode;
1947
typeNode = isAttr ? FindTypeNode((
XmlSchemaAnnotated
)_attributes![attr!.RefName]!) : FindTypeNode((
XmlSchemaAnnotated
)_elementsTable![el!.RefName]!);
1950
typeNode = (
XmlSchemaAnnotated
?)_schemaTypes![isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName];
2202
XmlSchemaAnnotated
? typeNode = FindTypeNode(attr);
2368
XmlSchemaAnnotated
? typeNode = FindTypeNode(el);
2632
foreach (
XmlSchemaAnnotated
el in items)
2677
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)
1780
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)
435
if (typeof(
XmlSchemaAnnotated
).IsAssignableFrom(t))
437
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
))]