16 writes to NeedValidateChildren
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
1066context.NeedValidateChildren = false; 1703context.NeedValidateChildren = false; 1840context.NeedValidateChildren = false; 2147context.NeedValidateChildren = false; 2299context.NeedValidateChildren = false;
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
245context.NeedValidateChildren = true; 513context.NeedValidateChildren = false;
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
159context.NeedValidateChildren = true; 666context.NeedValidateChildren = false;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (5)
479_context.NeedValidateChildren = _processContents != XmlSchemaContentProcessing.Skip; 1400_context.NeedValidateChildren = true; //This will be reset to false once member match is not found 1558_context.NeedValidateChildren = false; 1762_context.NeedValidateChildren = false; 1767_context.NeedValidateChildren = false;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
251context.NeedValidateChildren = _processContents != XmlSchemaContentProcessing.Skip; 806context.NeedValidateChildren = false;
13 references to NeedValidateChildren
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
167if (context.NeedValidateChildren) 202if (context.NeedValidateChildren)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (3)
119if (context.NeedValidateChildren) 147if (context.NeedValidateChildren) 271if (context.NeedValidateChildren)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
109if (context.NeedValidateChildren) 172if (context.NeedValidateChildren)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
790if (_context.NeedValidateChildren) 873if (_context.NeedValidateChildren) 1220if (_context.NeedValidateChildren) 1339if (_context.NeedValidateChildren)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
194if (context.NeedValidateChildren) 338if (context.NeedValidateChildren)