2 writes to Message
BasicWebSite (1)
StartupWithoutEndpointRouting.cs (1)
20services.AddSingleton(new TestService { Message = "true" });
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
250Message = "Test";
1 reference to Message
BasicWebSite (1)
Controllers\TestingController.cs (1)
21public string Get() => Service.Message;