9 writes to _canIncludeImport
System.Private.Xml (9)
System\Xml\Schema\XsdBuilder.cs (9)
1152
builder.
_canIncludeImport
= true;
1233
builder.
_canIncludeImport
= true;
1256
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1317
builder.
_canIncludeImport
= false;
1417
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1587
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1777
builder.
_canIncludeImport
= false;
1898
builder.
_canIncludeImport
= false; // disable import and include elements in schema
2031
builder.
_canIncludeImport
= false;
3 references to _canIncludeImport
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
1166
if (!builder.
_canIncludeImport
)
1191
if (!builder.
_canIncludeImport
)
1218
if (!builder.
_canIncludeImport
)