internal static void OnConfigureMethodFound(IMethodSymbol method) { ConfigureMethodFound?.Invoke(null, method); }
internal void OnConfigureMethodFound(IMethodSymbol method) { ConfigureMethodFound?.Invoke(this, method); StartupAnalyzerEventSink.OnConfigureMethodFound(method); }
private void OnConfigureMethodFound(IMethodSymbol method) { ConfigureMethodFound?.Invoke(this, method); }
internal void OnConfigureMethodFound(IMethodSymbol method) { ConfigureMethodFound?.Invoke(this, method); }