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