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