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