3 references to SchemaTypeFromRoot
System.Private.Xml (3)
System\Xml\Schema\AutoValidator.cs (1)
69
SchemaType schemaType = SchemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);
System\Xml\Schema\Parser.cs (1)
74
SchemaType rootType = _schemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);
System\Xml\Schema\ParserAsync.cs (1)
34
SchemaType rootType = _schemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);