2 writes to IsLocalTypeDerivationChecked
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
388element.IsLocalTypeDerivationChecked = false; //clear Local element type derivation check 1150localElement.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
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
1143if (localElement.IsLocalTypeDerivationChecked)