3 references to ConfigureMethodFound
Microsoft.AspNetCore.Analyzers (1)
StartupAnalyzer.Events.cs (1)
38ConfigureMethodFound?.Invoke(this, method);
Microsoft.AspNetCore.Analyzers.Test (2)
MinimalStartupTest.cs (1)
25StartupAnalyzer.ConfigureMethodFound += (sender, method) => ConfigureMethods.Add(method);
StartupAnalyzerTest.cs (1)
23StartupAnalyzer.ConfigureMethodFound += (sender, method) => ConfigureMethods.Add(method);