3 references to OnImmutablePathsInitialized
Microsoft.Build (2)
BuildCheck\Infrastructure\CheckScopeClassifier.cs (2)
13static CheckScopeClassifier() => FileClassifier.Shared.OnImmutablePathsInitialized += SubscribeImmutablePathsInitialized; 67FileClassifier.Shared.OnImmutablePathsInitialized -= () => NotifyOnScopingReadiness?.Invoke();
Microsoft.Build.Framework (1)
FileClassifier.cs (1)
56OnImmutablePathsInitialized?.Invoke();