| 7 | struct SettingContainer : SettingContainerT<SettingContainer> |
| 8 | { |
| 9 | SettingContainer() = default; |
| 10 | |
| 11 | winrt::Windows::Foundation::IInspectable Symbol(); |
| 12 | void Symbol(winrt::Windows::Foundation::IInspectable symbol); |
nothing calls this directly
no outgoing calls
no test coverage detected