2 instantiations of Input
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\UnifiedSettingsTests.cs (2)
306var migration = new Migration { Pass = new Pass { Input = new Input(onboardedOption, languageName) } }; 370Input = new Input(onboardedOption, languageName),
2 references to Input
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\TestModel\EnumIntegerToString.cs (1)
14public required Input Input { get; init; }
UnifiedSettings\TestModel\Pass.cs (1)
12public required Input Input { get; init; }