3 references to IsWindowsRuntime
Microsoft.CodeAnalysis (1)
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
1006
if (definitionData.Identity.
IsWindowsRuntime
())
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EETypeNameDecoder.cs (1)
36
index = assemblies.IndexOf((assembly, unused) => assembly.Identity.
IsWindowsRuntime
(), arg: (object?)null);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EETypeNameDecoder.vb (1)
33
index = assemblies.IndexOf(Function(assembly, unused) assembly.Identity.
IsWindowsRuntime
(), DirectCast(Nothing, Object))