8 references to Finish
System.Private.Xml (8)
System\Xml\Schema\DtdParser.cs (2)
982elementDecl.ContentValidator = pcv.Finish(true); 994elementDecl.ContentValidator = pcv.Finish(true);
System\Xml\Schema\DtdParserAsync.cs (2)
626elementDecl.ContentValidator = pcv.Finish(true); 638elementDecl.ContentValidator = pcv.Finish(true);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2386return contentValidator.Finish(_compileContentModel);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2855return contentValidator.Finish(true);
System\Xml\Schema\XdrBuilder.cs (1)
996builder._ElementDef._ElementDecl!.ContentValidator = builder._contentValidator.Finish(true);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
81ContentValidator anyContentValidator = contentValidator.Finish(true);