4 writes to immutable
MSBuild (4)
AssemblyNameExtension.cs (4)
169
immutable
= info.GetBoolean("immutable");
616
newExtension.
immutable
= false;
642
immutable
= true;
988
translator.Translate(ref
immutable
);
3 references to immutable
MSBuild (3)
AssemblyNameExtension.cs (3)
327
ErrorUtilities.VerifyThrow(!
immutable
, "Object is immutable cannot replace the version");
635
public bool Immutable =>
immutable
;
974
info.AddValue("immutable",
immutable
);