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