Skip to content

Commit

Permalink
Move attribute outside of ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed May 13, 2021
1 parent 429485c commit ef24082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ public Thread(ParameterizedThreadStart start, int maxStackSize)
Initialize();
}

#if !TARGET_BROWSER
[UnsupportedOSPlatformGuard("browser")]
#if !TARGET_BROWSER
internal const bool IsThreadStartSupported = true;

/// <summary>Causes the operating system to change the state of the current instance to <see cref="ThreadState.Running"/>, and optionally supplies an object containing data to be used by the method the thread executes.</summary>
Expand Down

0 comments on commit ef24082

Please sign in to comment.