Api11ToDo -> Api12ToDo

This commit is contained in:
goat 2024-12-30 14:01:50 +01:00
parent 335b3d1ed5
commit 49a18e3c1e
5 changed files with 8 additions and 8 deletions

View file

@ -155,7 +155,7 @@ internal sealed partial class ObjectTable : IServiceType, IObjectTable
};
}
[Api11ToDo("Use ThreadSafety.AssertMainThread() instead of this.")]
[Api12ToDo("Use ThreadSafety.AssertMainThread() instead of this.")]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private bool WarnMultithreadedUsage()
{