2 references to GetCorrectedKestrelSetup
Microsoft.AspNetCore.App.Analyzers.Test (2)
Kestrel\ListenOnIPv6AnyAnalyzerAndFixerTests.cs (2)
41
var fixedSource =
GetCorrectedKestrelSetup
();
49
var fixedSource =
GetCorrectedKestrelSetup
(extraInlineCode: "var myIp = IPAddress.Any;");