2 writes to _isCompiledBySet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
275_isCompiledBySet = setCompiler.Compile(); 391set { _isCompiledBySet = value; }
2 references to _isCompiledBySet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
383return _isCompiled || _isCompiledBySet; 390get { return _isCompiledBySet; }