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