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