17 references to IsWinRTSupported
mscorlib (17)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (4)
1054
Contract.Requires(Environment.
IsWinRTSupported
);
1301
if (!Environment.
IsWinRTSupported
)
1319
if (!Environment.
IsWinRTSupported
)
1330
if (!Environment.
IsWinRTSupported
)
system\stubhelpers.cs (10)
549
if (!Environment.
IsWinRTSupported
)
570
if (!Environment.
IsWinRTSupported
)
589
if (!Environment.
IsWinRTSupported
)
600
Contract.Assert(Environment.
IsWinRTSupported
);
943
Contract.Assert(Environment.
IsWinRTSupported
);
1409
if (!Environment.
IsWinRTSupported
)
1453
if (!Environment.
IsWinRTSupported
)
1483
Contract.Assert(Environment.
IsWinRTSupported
);
1498
if (!Environment.
IsWinRTSupported
)
1514
if (!Environment.
IsWinRTSupported
)
system\threading\synchronizationcontext.cs (2)
271
if (context == null && Environment.
IsWinRTSupported
)
284
Contract.Assert(Environment.
IsWinRTSupported
);
system\threading\Tasks\AsyncCausalityTracer.cs (1)
137
if (!Environment.
IsWinRTSupported
) return;