1 write to IsPortable
dotnet (1)
RuntimeConfig.cs (1)
67
IsPortable
= Framework != null;
3 references to IsPortable
dotnet (1)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
211
return runtimeConfig.
IsPortable
;
dotnet.Tests (2)
RuntimeConfigTests.cs (2)
105
runtimeConfig.
IsPortable
.Should().BeFalse();
121
runtimeConfig.
IsPortable
.Should().BeTrue();