You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,8 @@ public Thread(ParameterizedThreadStart start, int maxStackSize)
163
163
Initialize();
164
164
}
165
165
166
-
#if !TARGET_BROWSER
167
166
[UnsupportedOSPlatformGuard("browser")]
167
+
#if !TARGET_BROWSER
168
168
internalconstboolIsThreadStartSupported=true;
169
169
170
170
/// <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>
0 commit comments