1 write to SdkVersion
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
77
ret.
SdkVersion
= argStack.Pop();
2 references to SdkVersion
Microsoft.NET.TestFramework (2)
TestContext.cs (2)
270
if (commandLine.
SdkVersion
!= null)
272
testContext.SdkVersion = commandLine.
SdkVersion
;