4 references to Architecture
dotnet (4)
Commands\Test\MTP\TestApplication.cs (1)
338
{ HandshakeMessagePropertyNames.
Architecture
, RuntimeInformation.ProcessArchitecture.ToString() },
Commands\Test\MTP\TestApplicationHandler.cs (3)
49
var arch = handshakeMessage.Properties[HandshakeMessagePropertyNames.
Architecture
]?.ToLower();
80
HandshakeMessagePropertyNames.
Architecture
=> nameof(HandshakeMessagePropertyNames.
Architecture
),