1 instantiation of Registration
dotnet-new.IntegrationTests (1)
DotnetNewTestTemplatesTests.cs (1)
306manifest.Registrations?.Add(new Registration
2 references to Registration
dotnet-new.IntegrationTests (2)
DotnetNewTestTemplatesTests.cs (2)
297var existingRegistration = manifest.Registrations?.FirstOrDefault(r => 369public List<Registration>? Registrations { get; set; }