3 references to SchemaTypeFromRoot
System.Xml (3)
System\Xml\Schema\AutoValidator.cs (1)
65
SchemaType schemaType = SchemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);
System\Xml\Schema\Parser.cs (1)
76
SchemaType rootType = schemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);
System\Xml\Schema\ParserAsync.cs (1)
36
SchemaType rootType = schemaNames.
SchemaTypeFromRoot
(reader.LocalName, reader.NamespaceURI);