9 instantiations of SupportedOSPlatformGuard
Microsoft.Private.Windows.Core (9)
System\Private\Windows\OsVersion.cs (9)
14[SupportedOSPlatformGuard("windows10.0.10240")] 21[SupportedOSPlatformGuard("windows10.0.14393")] 28[SupportedOSPlatformGuard("windows10.0.15063")] 35[SupportedOSPlatformGuard("windows10.0.16299")] 42[SupportedOSPlatformGuard("windows10.0.17134")] 50[SupportedOSPlatformGuard("windows11")] 58[SupportedOSPlatformGuard("windows11.0.22621")] 65[SupportedOSPlatformGuard("windows8.1")] 72[SupportedOSPlatformGuard("windows8")]
2 references to SupportedOSPlatformGuard
Microsoft.Private.Windows.Core (2)
src\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs (2)
183/// Callers can apply a <see cref="SupportedOSPlatformGuardAttribute " /> to a field, property or method 197/// Initializes a new instance of the <see cref="SupportedOSPlatformGuardAttribute"/> class with the specified supported OS platform.