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