()
| 93 | TermInfo[] IPluginHandleEvaluation.TermsHandled { get { return termInfos; } } |
| 94 | |
| 95 | void System.IDisposable.Dispose() |
| 96 | { |
| 97 | try |
| 98 | { |
| 99 | if (System.IO.File.Exists(LogFile)) |
| 100 | System.IO.File.Delete(LogFile); |
| 101 | } |
| 102 | catch (System.Exception) {} |
| 103 | } |
| 104 | |
| 105 | AssemblyInfo[] IPlugin.Dependences { get { return asseblyInfos; } } |
| 106 |
nothing calls this directly
no outgoing calls
no test coverage detected