9 writes to IsNill
System.Private.Xml (9)
System\Xml\Schema\DtdValidator.cs (2)
170
context.
IsNill
= true; // reusing IsNill - what is this flag later used for??
511
context.
IsNill
= false;
System\Xml\Schema\XdrValidator.cs (2)
253
context.
IsNill
= true; // reusing IsNill
663
context.
IsNill
= false;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1533
_context.
IsNill
= false;
1663
_context.
IsNill
= XmlConvert.ToBoolean(xsiNil);
System\Xml\Schema\XsdValidator.cs (3)
427
context!.
IsNill
= XmlConvert.ToBoolean(xsiNil);
456
context.
IsNill
= true; // reusing IsNill
786
context.
IsNill
= false;
19 references to IsNill
System.Private.Xml (19)
System\Xml\Schema\BaseValidator.cs (2)
174
if (context.
IsNill
)
213
if (context.
IsNill
)
System\Xml\Schema\XdrValidator.cs (1)
250
if (reader.IsEmptyElement && !context.
IsNill
&& context.ElementDecl.DefaultValueTyped != null)
System\Xml\Schema\XmlSchemaValidator.cs (11)
462
schemaInfo.IsNil = _context.
IsNill
;
746
if (_context.
IsNill
)
825
if (_context.
IsNill
)
908
schemaInfo.IsNil = _context.
IsNill
;
1189
if (!_context.
IsNill
)
1251
schemaInfo.IsNil = _context.
IsNill
;
1315
if (_context.
IsNill
)
1421
if (!_context.
IsNill
)
1469
if (!_context.
IsNill
)
1664
if (_context.
IsNill
&& elementDecl.Presence == SchemaDeclBase.Use.Fixed)
1819
if (_context.
IsNill
)
System\Xml\Schema\XsdValidator.cs (5)
193
if (context.
IsNill
)
331
if (!context.
IsNill
)
341
if (checkDatatype && !context.
IsNill
)
428
if (context.
IsNill
&& elementDecl.DefaultValueTyped != null)
453
if (reader.IsEmptyElement && !context.
IsNill
&& context.ElementDecl.DefaultValueTyped != null)