3 references to KestrelShouldListenOnIPv6AnyInsteadOfIpAny
Microsoft.AspNetCore.App.Analyzers (3)
Kestrel\ListenOnIPv6AnyAnalyzer.cs (3)
17
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [ DiagnosticDescriptors.
KestrelShouldListenOnIPv6AnyInsteadOfIpAny
];
69
context.ReportDiagnostic(Diagnostic.Create(DiagnosticDescriptors.
KestrelShouldListenOnIPv6AnyInsteadOfIpAny
, ipAddressArgumentSyntax.GetLocation()));
94
context.ReportDiagnostic(Diagnostic.Create(DiagnosticDescriptors.
KestrelShouldListenOnIPv6AnyInsteadOfIpAny
, ipAddressArgumentSyntax.GetLocation()));