Esempio n. 1
0
 internal static void OnConfigureMethodFound(IMethodSymbol method)
 {
     ConfigureMethodFound?.Invoke(null, method);
 }
Esempio n. 2
0
 internal void OnConfigureMethodFound(IMethodSymbol method)
 {
     ConfigureMethodFound?.Invoke(this, method);
     StartupAnalyzerEventSink.OnConfigureMethodFound(method);
 }
 private void OnConfigureMethodFound(IMethodSymbol method)
 {
     ConfigureMethodFound?.Invoke(this, method);
 }
Esempio n. 4
0
 internal void OnConfigureMethodFound(IMethodSymbol method)
 {
     ConfigureMethodFound?.Invoke(this, method);
 }