3 references to IsConfigure
Microsoft.AspNetCore.Analyzers (3)
ConfigureMethodVisitor.cs (1)
55
if (StartupFacts.
IsConfigure
(_symbols, symbol))
StartupAnalyzer.cs (1)
81
var isConfigure = StartupFacts.
IsConfigure
(symbols, method);
StartupFacts.cs (1)
33
if (members[i] is IMethodSymbol method && (IsConfigureServices(symbols, method) ||
IsConfigure
(symbols, method)))