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