2 writes to IsLocalTypeDerivationChecked
System.Xml (2)
System\Xml\Schema\SchemaSetCompiler.cs (2)
313element.IsLocalTypeDerivationChecked = false; //clear Local element type derivation check 913localElement.IsLocalTypeDerivationChecked = true; //Not clearing this flag after recursion to make sure this check is not repeated for multiple references of the same local element (through group refs)
1 reference to IsLocalTypeDerivationChecked
System.Xml (1)
System\Xml\Schema\SchemaSetCompiler.cs (1)
908if (localElement.IsLocalTypeDerivationChecked) { //Element already checked