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