Implemented interface member:
property
Architecture
Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.Interfaces.IEnvironment.Architecture
2 references to Architecture
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
321
var osArchitecture = new PlatformEnvironment().
Architecture
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
30
var arch = new PlatformEnvironment().
Architecture
;