31 instantiations of UnsupportedOSPlatformGuardAttribute
Microsoft.Extensions.Logging.Console (1)
ConsoleLoggerProvider.cs (1)
68[UnsupportedOSPlatformGuard("windows")]
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
38[UnsupportedOSPlatformGuard("browser")]
System.Net.NameResolution (1)
System\Net\NameResolutionPal.Unix.cs (1)
19[UnsupportedOSPlatformGuard("wasi")]
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (2)
262[UnsupportedOSPlatformGuard("wasi")] 264[UnsupportedOSPlatformGuard("wasi")]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
172[UnsupportedOSPlatformGuard("browser")] 173[UnsupportedOSPlatformGuard("wasi")]
System.Runtime.Caching (6)
System\Runtime\Caching\MemoryCache.cs (2)
42[UnsupportedOSPlatformGuard("wasi")] 43[UnsupportedOSPlatformGuard("browser")]
System\Runtime\Caching\MemoryCacheStatistics.cs (2)
41[UnsupportedOSPlatformGuard("wasi")] 42[UnsupportedOSPlatformGuard("browser")]
System\Runtime\Caching\MemoryCacheStore.cs (2)
30[UnsupportedOSPlatformGuard("wasi")] 31[UnsupportedOSPlatformGuard("browser")]
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (9)
20[UnsupportedOSPlatformGuard("browser")] 21[UnsupportedOSPlatformGuard("wasi")] 30[UnsupportedOSPlatformGuard("ios")] 31[UnsupportedOSPlatformGuard("tvos")] 38[UnsupportedOSPlatformGuard("android")] 39[UnsupportedOSPlatformGuard("browser")] 40[UnsupportedOSPlatformGuard("wasi")] 46[UnsupportedOSPlatformGuard("browser")] 47[UnsupportedOSPlatformGuard("wasi")]
System.Security.Cryptography.Pkcs (9)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (9)
20[UnsupportedOSPlatformGuard("browser")] 21[UnsupportedOSPlatformGuard("wasi")] 30[UnsupportedOSPlatformGuard("ios")] 31[UnsupportedOSPlatformGuard("tvos")] 38[UnsupportedOSPlatformGuard("android")] 39[UnsupportedOSPlatformGuard("browser")] 40[UnsupportedOSPlatformGuard("wasi")] 46[UnsupportedOSPlatformGuard("browser")] 47[UnsupportedOSPlatformGuard("wasi")]
2 references to UnsupportedOSPlatformGuardAttribute
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (1)
179/// Callers can apply a <see cref="UnsupportedOSPlatformGuardAttribute " /> to a field, property or method
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
730[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute))]