3 references to IsWindowsRuntime
illink (1)
Linker.Steps\MarkStep.cs (1)
2608
if (Context.KeepComInterfaces && (resolvedInterfaceType.IsImport || resolvedInterfaceType.
IsWindowsRuntime
))
Mono.Cecil (2)
Mono.Cecil\WindowsRuntimeProjections.cs (2)
225
if (type.
IsWindowsRuntime
) {
589
if (declaring_type.
IsWindowsRuntime
)