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