10 references to PlatformSupport
ILCompiler.ReadyToRun (10)
PortableCallHelpers\PInvokeCollector.cs (10)
202PlatformSupport.Unsupported => true, 203PlatformSupport.Supported => false, 217PlatformSupport.Unsupported => true, 218PlatformSupport.Supported => false, 232value = EvaluatePlatformAttributes(assembly.GetDecodedCustomAttributes) == PlatformSupport.Unsupported; 246private PlatformSupport EvaluatePlatformAttributes( 254return PlatformSupport.Unsupported; 265return PlatformSupport.Supported; 268return hasSupportedOSPlatform ? PlatformSupport.Unsupported : PlatformSupport.Unknown;