10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
427
_isImmutable
= immutable;
446
_isImmutable
= true;
499
_isImmutable
= true;
595
_isImmutable
= projectToInheritFrom._isImmutable;
725
_isImmutable
= immutable;
757
_isImmutable
= isImmutable;
879
_isImmutable
= false;
914
_isImmutable
= isImmutable;
2564
translator.Translate(ref
_isImmutable
);
2578
translator.Translate(ref
_isImmutable
);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
595
_isImmutable = projectToInheritFrom.
_isImmutable
;
609
_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */,
_isImmutable
);
768
_properties.Set(property.DeepClone(
_isImmutable
));
782
_globalProperties.Set(globalProperty.DeepClone(
_isImmutable
));
790
_environmentVariableProperties.Set(environmentProperty.DeepClone(
_isImmutable
));
799
_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(
_isImmutable
));
1355
get { return
_isImmutable
; }
1934
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1947
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
2073
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2196
return DeepCopy(
_isImmutable
);
2221
if (isImmutable &&
_isImmutable
)
3029
VerifyThrowNotImmutable(
_isImmutable
);
3327
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3331
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));