4 writes to immutable
Microsoft.Build (4)
AssemblyNameExtension.cs (4)
169
immutable
= info.GetBoolean("immutable");
610
newExtension.
immutable
= false;
636
immutable
= true;
986
translator.Translate(ref
immutable
);
3 references to immutable
Microsoft.Build (3)
AssemblyNameExtension.cs (3)
327
ErrorUtilities.VerifyThrow(!
immutable
, "Object is immutable cannot replace the version");
629
public bool Immutable =>
immutable
;
972
info.AddValue("immutable",
immutable
);