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)
491schemaInfo.IsNil = _context.IsNill; 958schemaInfo.IsNil = _context.IsNill; 1279schemaInfo.IsNil = _context.IsNill;
3 references to IsNil
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
1675return _xmlSchemaInfo.IsNil; 2503if (_xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.IsNil) 2557if (cachedReader == null && _xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.IsNil)