9 writes to _canIncludeImport
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (9)
1160
builder.
_canIncludeImport
= true;
1240
builder.
_canIncludeImport
= true;
1263
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1324
builder.
_canIncludeImport
= false;
1424
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1592
builder.
_canIncludeImport
= false; // disable import and include elements in schema
1782
builder.
_canIncludeImport
= false;
1903
builder.
_canIncludeImport
= false; // disable import and include elements in schema
2036
builder.
_canIncludeImport
= false;
3 references to _canIncludeImport
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1174
if (!builder.
_canIncludeImport
)
1198
if (!builder.
_canIncludeImport
)
1225
if (!builder.
_canIncludeImport
)