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)
67private readonly XmlValueGetter _valueGetter;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
29private readonly XmlValueGetter _nodeValueGetter;
System\Xml\Schema\XmlSchemaValidator.cs (6)
486public object? ValidateAttribute(string localName, string namespaceUri, XmlValueGetter attributeValue, XmlSchemaInfo? schemaInfo) 493private object? ValidateAttribute(string localName, string namespaceUri, XmlValueGetter? attributeValueGetter, string? attributeStringValue, XmlSchemaInfo? schemaInfo) 730public void ValidateText(XmlValueGetter elementValue) 737private void ValidateText(string? elementStringValue, XmlValueGetter? elementValueGetter) 809public void ValidateWhitespace(XmlValueGetter elementValue) 816private 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))]