8 references to IsSupported
Microsoft.AspNetCore.InternalTesting (1)
xunit\RemoteExecutionSupportedAttribute.cs (1)
18public bool IsMet => RemoteExecutor.IsSupported;
Microsoft.DotNet.RemoteExecutor (2)
RemoteExecutor.cs (2)
43if (!IsSupported) 413if (!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)
102If (RemoteExecutor.IsSupported) Then
System.Drawing.Common.Tests (3)
System\Drawing\GdiPlusHandlesTests.cs (1)
16public static bool IsDrawingAndRemoteExecutorSupported => RemoteExecutor.IsSupported;
System\Drawing\IconTests.cs (2)
572if (RemoteExecutor.IsSupported && (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || isEnabled)) 595if (RemoteExecutor.IsSupported && (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || !isEnabled))