3 references to Immutable
Microsoft.Build.Framework (1)
Utilities\AssemblyNameExtension.cs (1)
385
FrameworkErrorUtilities.VerifyThrow(extensionToAdd.
Immutable
, "ExtensionToAdd is not immutable");
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Reference.cs (2)
747
ErrorUtilities.VerifyThrow(remappedFrom.
Immutable
, " Remapped from is NOT immutable");
748
ErrorUtilities.VerifyThrow(remappedTo.
Immutable
, " Remapped to is NOT immutable");