8 references to IsSupported
Microsoft.AspNetCore.InternalTesting (1)
xunit\RemoteExecutionSupportedAttribute.cs (1)
18
public bool IsMet => RemoteExecutor.
IsSupported
;
Microsoft.DotNet.RemoteExecutor (2)
RemoteExecutor.cs (2)
43
if (!
IsSupported
)
413
if (!
IsSupported
)
Microsoft.ML.Tokenizers.Tests (1)
TiktokenTests.cs (1)
502
[ConditionalTheory(typeof(RemoteExecutor), nameof(RemoteExecutor.
IsSupported
))]
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\WindowsFormsApplicationBaseTests.vb (1)
102
If (RemoteExecutor.
IsSupported
) Then
System.Drawing.Common.Tests (3)
System\Drawing\GdiPlusHandlesTests.cs (1)
16
public static bool IsDrawingAndRemoteExecutorSupported => RemoteExecutor.
IsSupported
;
System\Drawing\IconTests.cs (2)
572
if (RemoteExecutor.
IsSupported
&& (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || isEnabled))
595
if (RemoteExecutor.
IsSupported
&& (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || !isEnabled))