4 writes to InputType
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (3)
63InputType = "Text", 257InputType = "SecretText", 263InputType = "Text",
Commands\ResourceCommandTests.cs (1)
2376InputType = inputType,
4 references to InputType
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (2)
262InputType = input.InputType, 276return string.Equals(input.InputType, nameof(InputType.SecretText), StringComparison.OrdinalIgnoreCase);
Commands\ResourceCommand.cs (2)
480return string.Equals(argument.InputType, "Boolean", StringComparison.OrdinalIgnoreCase); 485return string.Equals(argument.InputType, "Number", StringComparison.OrdinalIgnoreCase);