| 45 | XamlThread(); |
| 46 | |
| 47 | XamlThread(const XamlThread &thread) = delete; |
| 48 | XamlThread &operator =(const XamlThread &thread) = delete; |
| 49 | |
| 50 | std::unique_lock<Util::thread_independent_mutex> Lock() noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected