11 references to XmlValueGetter
netstandard (1)
netstandard.cs (1)
2379
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlValueGetter
))]
System.Private.Xml (8)
System\Xml\Core\XsdValidatingReader.cs (1)
67
private readonly
XmlValueGetter
_valueGetter;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
29
private readonly
XmlValueGetter
_nodeValueGetter;
System\Xml\Schema\XmlSchemaValidator.cs (6)
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)
732
public void ValidateText(
XmlValueGetter
elementValue)
739
private void ValidateText(string? elementStringValue,
XmlValueGetter
? elementValueGetter)
811
public void ValidateWhitespace(
XmlValueGetter
elementValue)
818
private void ValidateWhitespace(string? elementStringValue,
XmlValueGetter
? elementValueGetter)
System.Xml (1)
System.Xml.cs (1)
104
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlValueGetter
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
103
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlValueGetter
))]