Asp.net – Is one SynchronisationContext used over multiple threads/tasks?
Is there a situation where a SynchronisationContext is used over multiple threads/tasks in Blazor? I want to determine whether a method has an components BuildRenderTree in its call stack. To do so i created a custom ComponentBase where i wrap…