|
|
@ -290,6 +290,7 @@ namespace ICSharpCode.CodeAnalysis |
|
|
|
initSuccess = true; |
|
|
|
initSuccess = true; |
|
|
|
try { |
|
|
|
try { |
|
|
|
this.RuleAssemblies = b.ToString(); |
|
|
|
this.RuleAssemblies = b.ToString(); |
|
|
|
|
|
|
|
IsDirty = true; |
|
|
|
} finally { |
|
|
|
} finally { |
|
|
|
initSuccess = oldInitSuccess; |
|
|
|
initSuccess = oldInitSuccess; |
|
|
|
} |
|
|
|
} |
|
|
|