Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ public Thread(ParameterizedThreadStart start, int maxStackSize)
#endif
#endif

internal static void ThrowIfNoThreadStart() {
internal static void ThrowIfNoThreadStart()
{
if (!IsThreadStartSupported)
throw new PlatformNotSupportedException();
}
Expand Down