Implemented interface member:
property
IsDefault
Microsoft.Xml.Schema.IXmlSchemaInfo.IsDefault
5 writes to IsDefault
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
463
_attributeSchemaInfo.
IsDefault
= true;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
728
schemaInfo.
IsDefault
= false;
959
schemaInfo.
IsDefault
= _context.IsDefault;
1102
attSchemaInfo.
IsDefault
= true;
1280
schemaInfo.
IsDefault
= _context.IsDefault;
13 references to IsDefault
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (9)
1459
if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.
IsDefault
) && _coreReader is XsdCachingReader)
1648
return _xmlSchemaInfo.
IsDefault
;
1651
return _xmlSchemaInfo.
IsDefault
;
1656
return AttributeSchemaInfo.
IsDefault
;
2033
if (_xmlSchemaInfo.
IsDefault
)
2348
if (_xmlSchemaInfo.
IsDefault
)
2485
else if (_xmlSchemaInfo.
IsDefault
)
2534
if (_xmlSchemaInfo.
IsDefault
)
2626
if (_xmlSchemaInfo.
IsDefault
)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (3)
352
if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.
IsDefault
) && _coreReader is XsdCachingReader)
609
if (_xmlSchemaInfo.
IsDefault
)
776
if (_xmlSchemaInfo.
IsDefault
)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
395
if (_schemaInfo.
IsDefault
)