7 writes to _isCompiled
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (7)
613
_isCompiled
= true;
646
_isCompiled
= false;
664
_isCompiled
= compiler.Execute(this, newCompiledInfo);
738
_isCompiled
= false;
858
_isCompiled
= false;
1208
_isCompiled
= false;
1319
_isCompiled
= true;
5 references to _isCompiled
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
169
return
_isCompiled
;
605
if (
_isCompiled
)
619
if (!
_isCompiled
)
665
if (
_isCompiled
)
691
currentSchema.IsCompiledBySet =
_isCompiled
;