2 writes to _isCompiled
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
262_isCompiled = compiler.Execute(this, schemaInfo, CompileContentModel); 659_isCompiled = isCompiled;
3 references to _isCompiled
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (3)
263this.SetIsCompiled(_isCompiled); 265return _isCompiled; 383return _isCompiled || _isCompiledBySet;