31 instantiations of SupportedOSPlatformGuard
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
Microsoft.CodeAnalysis (1)
InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceHelpers.cs (1)
23[SupportedOSPlatformGuard("windows")]
Replay (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
System.Linq.Parallel (1)
System\Linq\ParallelEnumerable.cs (1)
68[System.Runtime.Versioning.SupportedOSPlatformGuard("browser")]
System.Net.Http (3)
System\Net\Http\GlobalHttpSettings.cs (3)
44[SupportedOSPlatformGuard("linux")] 45[SupportedOSPlatformGuard("macOS")] 46[SupportedOSPlatformGuard("windows")]
System.Net.Quic (6)
System\Net\Quic\QuicConnection.cs (3)
51[SupportedOSPlatformGuard("windows")] 52[SupportedOSPlatformGuard("linux")] 53[SupportedOSPlatformGuard("osx")]
System\Net\Quic\QuicListener.cs (3)
42[SupportedOSPlatformGuard("windows")] 43[SupportedOSPlatformGuard("linux")] 44[SupportedOSPlatformGuard("osx")]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (2)
217[SupportedOSPlatformGuard("maccatalyst")] 229[SupportedOSPlatformGuard("maccatalyst")]
System.Private.Windows.Core (9)
System\Private\Windows\OsVersion.cs (9)
15[SupportedOSPlatformGuard("windows10.0.10240")] 22[SupportedOSPlatformGuard("windows10.0.14393")] 29[SupportedOSPlatformGuard("windows10.0.15063")] 36[SupportedOSPlatformGuard("windows10.0.16299")] 43[SupportedOSPlatformGuard("windows10.0.17134")] 51[SupportedOSPlatformGuard("windows11")] 59[SupportedOSPlatformGuard("windows11.0.22621")] 66[SupportedOSPlatformGuard("windows8.1")] 73[SupportedOSPlatformGuard("windows8")]
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
61[SupportedOSPlatformGuard("windows")]
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
61[SupportedOSPlatformGuard("windows")]
Test.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
21[SupportedOSPlatformGuard("windows")]
2 references to SupportedOSPlatformGuard
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (1)
171/// Callers can apply a <see cref="SupportedOSPlatformGuardAttribute " /> to a field, property or method
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
732[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.SupportedOSPlatformGuardAttribute))]