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