12 references to Shared
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1435
FileClassifier.
Shared
.RegisterKnownImmutableLocations(project.GetPropertyValue);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
403
FileClassifier.
Shared
.RegisterFrameworkLocations(getPropertyValue);
404
FileClassifier.
Shared
.RegisterKnownImmutableLocations(getPropertyValue);
BuildCheck\Infrastructure\CheckScopeClassifier.cs (4)
13
static CheckScopeClassifier() => FileClassifier.
Shared
.OnImmutablePathsInitialized += SubscribeImmutablePathsInitialized;
17
internal static bool IsScopingInitialized => FileClassifier.
Shared
.IsImmutablePathsInitialized;
53
&& !FileClassifier.
Shared
.IsNonModifiable(filePathOfEvent)
67
FileClassifier.
Shared
.OnImmutablePathsInitialized -= () => NotifyOnScopingReadiness?.Invoke();
Definition\ToolsetReader.cs (1)
422
FileClassifier.
Shared
.RegisterFrameworkLocations(p =>
Evaluation\ProjectRootElementCache.cs (1)
179
if (!Traits.Instance.EscapeHatches.AlwaysDoImmutableFilesUpToDateCheck && FileClassifier.
Shared
.IsNonModifiable(projectFile))
Microsoft.Build.Framework (2)
FileClassifier.cs (1)
72
/// Single, static <see cref="Lazy{T}"/> instance of shared file FileClassifier for <see cref="
Shared
"/> member.
NativeMethods.cs (1)
1162
bool isNonModifiable = FileClassifier.
Shared
.IsNonModifiable(fullPath);
Microsoft.Build.Framework.UnitTests (1)
FileClassifier_Tests.cs (1)
18
FileClassifier.
Shared
.ShouldNotBeNull();