2 instantiations of XdrValidator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
36reader.Validator = new XdrValidator(this);
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
343return new XdrValidator(reader, schemaCollection, eventHandling);
1 reference to XdrValidator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
1797XdrValidator.CheckDefaultValue(str, attDef, _SchemaInfo, _CurNsMgr, _NameTable, null, _validationEventHandler, _reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition);