| 87 | } |
| 88 | |
| 89 | void FCSharpCompilerRunnable::Stop() |
| 90 | { |
| 91 | bIsStopped = true; |
| 92 | |
| 93 | if (Event != nullptr) |
| 94 | { |
| 95 | Event->Trigger(); |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | void FCSharpCompilerRunnable::Exit() |
| 100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected