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