11 instantiations of XmlSchemaInfo
System.Private.Xml (8)
System\Xml\Core\XsdValidatingReader.cs (2)
28
attributeSchemaInfo = new
XmlSchemaInfo
();
148
_xmlSchemaInfo = new
XmlSchemaInfo
();
System\Xml\Dom\DocumentSchemaValidator.cs (3)
161
_schemaInfo ??= new
XmlSchemaInfo
();
162
_attributeSchemaInfo = new
XmlSchemaInfo
();
579
_schemaInfo = new
XmlSchemaInfo
();
System\Xml\Dom\XmlDocument.cs (3)
129
internal static readonly IXmlSchemaInfo NotKnownSchemaInfo = new
XmlSchemaInfo
(XmlSchemaValidity.NotKnown);
130
internal static readonly IXmlSchemaInfo ValidSchemaInfo = new
XmlSchemaInfo
(XmlSchemaValidity.Valid);
131
internal static readonly IXmlSchemaInfo InvalidSchemaInfo = new
XmlSchemaInfo
(XmlSchemaValidity.Invalid);
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
91
XmlSchemaInfo si = new
XmlSchemaInfo
();
249
XmlSchemaInfo? si = addSchemaInfo ? new
XmlSchemaInfo
() : null;
298
XmlSchemaInfo? si = addSchemaInfo ? new
XmlSchemaInfo
() : null;
34 references to XmlSchemaInfo
netstandard (1)
netstandard.cs (1)
2338
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInfo
))]
System.Private.Xml (17)
System\Xml\Core\XsdValidatingReader.cs (3)
24
internal
XmlSchemaInfo
attributeSchemaInfo;
91
private readonly
XmlSchemaInfo
_xmlSchemaInfo;
1986
private
XmlSchemaInfo
AttributeSchemaInfo
System\Xml\Dom\DocumentSchemaValidator.cs (3)
30
private
XmlSchemaInfo
? _attributeSchemaInfo;
33
private
XmlSchemaInfo
? _schemaInfo;
670
private void ValidateSingleElement(XmlElement elementNode, bool skipToEnd,
XmlSchemaInfo
? newSchemaInfo)
System\Xml\Schema\XmlSchemaValidator.cs (11)
391
public void ValidateElement(string localName, string namespaceUri,
XmlSchemaInfo
? schemaInfo)
396
public void ValidateElement(string localName, string namespaceUri,
XmlSchemaInfo
? schemaInfo, string? xsiType, string? xsiNil, string? xsiSchemaLocation, string? xsiNoNamespaceSchemaLocation)
479
public object? ValidateAttribute(string localName, string namespaceUri, string attributeValue,
XmlSchemaInfo
? schemaInfo)
486
public object? ValidateAttribute(string localName, string namespaceUri, XmlValueGetter attributeValue,
XmlSchemaInfo
? schemaInfo)
493
private object? ValidateAttribute(string localName, string namespaceUri, XmlValueGetter? attributeValueGetter, string? attributeStringValue,
XmlSchemaInfo
? schemaInfo)
709
public void ValidateEndOfAttributes(
XmlSchemaInfo
? schemaInfo)
868
public object? ValidateEndElement(
XmlSchemaInfo
? schemaInfo)
873
public object? ValidateEndElement(
XmlSchemaInfo
? schemaInfo, object typedValue)
885
public void SkipToEndElement(
XmlSchemaInfo
? schemaInfo)
1058
XmlSchemaInfo
attSchemaInfo = attrValidInfo.attributeSchemaInfo;
1167
private object? InternalValidateEndElement(
XmlSchemaInfo
? schemaInfo, object? typedValue)
System.Private.Xml.Linq (14)
System\Xml\Schema\XNodeValidator.cs (14)
25
private HashSet<
XmlSchemaInfo
>? schemaInfos;
89
private
XmlSchemaInfo
GetDefaultAttributeSchemaInfo(XmlSchemaAttribute sa)
91
XmlSchemaInfo
si = new XmlSchemaInfo();
154
private void ReplaceSchemaInfo(XObject o,
XmlSchemaInfo
schemaInfo)
156
schemaInfos ??= new HashSet<
XmlSchemaInfo
>(new XmlSchemaInfoEqualityComparer());
157
XmlSchemaInfo
? si = o.Annotation<
XmlSchemaInfo
>();
161
o.RemoveAnnotations<
XmlSchemaInfo
>();
249
XmlSchemaInfo
? si = addSchemaInfo ? new XmlSchemaInfo() : null;
298
XmlSchemaInfo
? si = addSchemaInfo ? new XmlSchemaInfo() : null;
376
internal sealed class XmlSchemaInfoEqualityComparer : IEqualityComparer<
XmlSchemaInfo
>
378
public bool Equals(
XmlSchemaInfo
? si1,
XmlSchemaInfo
? si2)
392
public int GetHashCode(
XmlSchemaInfo
? si)
System.Xml (1)
System.Xml.cs (1)
63
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInfo
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
62
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInfo
))]