3 references to IsNonModifiable
Microsoft.Build.Framework (3)
FileClassifier.cs (2)
30
/// <see cref="
IsNonModifiable
" /> which indicates the file is not expected to change over time,
233
/// This value is used by <see cref="
IsNonModifiable
" />.
NativeMethods.cs (1)
1161
bool isNonModifiable = FileClassifier.Shared.
IsNonModifiable
(fullPath);