3 overrides of IsImmutable
Microsoft.Build (3)
Instance\ProjectPropertyInstance.cs (3)
368
public override bool
IsImmutable
=> true;
386
public override bool
IsImmutable
=> true;
403
public override bool
IsImmutable
=> true;
3 references to IsImmutable
Microsoft.Build (3)
Instance\ProjectPropertyInstance.cs (3)
76
ProjectInstance.VerifyThrowNotImmutable(
IsImmutable
);
178
bool isImmutable =
IsImmutable
;
256
return Create(that._name, that._escapedValue, mayBeReserved: true /* already validated */, isImmutable: that.
IsImmutable
, that is EnvironmentDerivedProjectPropertyInstance);