4 references to NotifyOnScopingReadiness
Microsoft.Build (4)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (2)
47CheckScopeClassifier.NotifyOnScopingReadiness += HandleScopeReadiness; 97CheckScopeClassifier.NotifyOnScopingReadiness -= HandleScopeReadiness;
BuildCheck\Infrastructure\CheckScopeClassifier.cs (2)
65NotifyOnScopingReadiness?.Invoke(); 67FileClassifier.Shared.OnImmutablePathsInitialized -= () => NotifyOnScopingReadiness?.Invoke();