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