Implemented interface member:
property
IsNil
Microsoft.Xml.Schema.IXmlSchemaInfo.IsNil
4 writes to IsNil
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
464
_attributeSchemaInfo.
IsNil
= false;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
491
schemaInfo.
IsNil
= _context.IsNill;
958
schemaInfo.
IsNil
= _context.IsNill;
1279
schemaInfo.
IsNil
= _context.IsNill;
3 references to IsNil
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
1675
return _xmlSchemaInfo.
IsNil
;
2503
if (_xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.
IsNil
)
2557
if (cachedReader == null && _xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.
IsNil
)