9 writes to IsNill
System.Xml (9)
System\Xml\Schema\DtdValidator.cs (2)
145
context.
IsNill
= true; // reusing IsNill - what is this flag later used for??
423
context.
IsNill
= false;
System\Xml\Schema\XdrValidator.cs (2)
208
context.
IsNill
= true; // reusing IsNill
545
context.
IsNill
= false;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1299
context.
IsNill
= false;
1398
context.
IsNill
= XmlConvert.ToBoolean(xsiNil);
System\Xml\Schema\XsdValidator.cs (3)
357
context.
IsNill
= XmlConvert.ToBoolean(xsiNil);
380
context.
IsNill
= true; // reusing IsNill
660
context.
IsNill
= false;
19 references to IsNill
System.Xml (19)
System\Xml\Schema\BaseValidator.cs (2)
143
if (context.
IsNill
) {
171
if (context.
IsNill
) {
System\Xml\Schema\XdrValidator.cs (1)
206
if (reader.IsEmptyElement && !context.
IsNill
&& context.ElementDecl.DefaultValueTyped != null) {
System\Xml\Schema\XmlSchemaValidator.cs (11)
430
schemaInfo.IsNil = context.
IsNill
;
681
if (context.
IsNill
) {
748
if (context.
IsNill
) {
815
schemaInfo.IsNil = context.
IsNill
;
1023
if (!context.
IsNill
) {
1073
schemaInfo.IsNil = context.
IsNill
;
1125
if (context.
IsNill
) {
1212
if (!context.
IsNill
) {
1249
if (!context.
IsNill
) {
1399
if (context.
IsNill
&& elementDecl.Presence == SchemaDeclBase.Use.Fixed) {
1528
if (context.
IsNill
) { //Nil and fixed is error; Nil and default is compile time error
System\Xml\Schema\XsdValidator.cs (5)
170
if (context.
IsNill
) {
281
if (!context.
IsNill
) {
288
if (checkDatatype && !context.
IsNill
) {
358
if (context.
IsNill
&& elementDecl.DefaultValueTyped != null) {
378
if (reader.IsEmptyElement && !context.
IsNill
&& context.ElementDecl.DefaultValueTyped != null) {