5 references to IsNonModifiable
Microsoft.Build (2)
BuildCheck\Infrastructure\CheckScopeClassifier.cs (1)
53
&& !FileClassifier.Shared.
IsNonModifiable
(filePathOfEvent)
Evaluation\ProjectRootElementCache.cs (1)
177
if (!Traits.Instance.EscapeHatches.AlwaysDoImmutableFilesUpToDateCheck && FileClassifier.Shared.
IsNonModifiable
(projectFile))
Microsoft.Build.Framework (3)
FileClassifier.cs (2)
30
/// <see cref="
IsNonModifiable
" /> which indicates the file is not expected to change over time,
235
/// This value is used by <see cref="
IsNonModifiable
" />.
NativeMethods.cs (1)
853
bool isNonModifiable = FileClassifier.Shared.
IsNonModifiable
(fullPath);