9 references to Finish
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (1)
1122
return
Finish
(true);
System\Xml\Schema\DtdParser.cs (2)
947
elementDecl.ContentValidator = pcv.
Finish
( true );
959
elementDecl.ContentValidator = pcv.
Finish
( true );
System\Xml\Schema\DtdParserAsync.cs (2)
592
elementDecl.ContentValidator = pcv.
Finish
( true );
604
elementDecl.ContentValidator = pcv.
Finish
( true );
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1962
return contentValidator.
Finish
(compileContentModel);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2317
return contentValidator.
Finish
(true);
System\Xml\Schema\XdrBuilder.cs (1)
892
builder._ElementDef._ElementDecl.ContentValidator = builder._contentValidator.
Finish
(true);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
86
ContentValidator anyContentValidator = contentValidator.
Finish
(true);