10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
415
_isImmutable
= immutable;
434
_isImmutable
= true;
491
_isImmutable
= true;
552
_isImmutable
= projectToInheritFrom._isImmutable;
681
_isImmutable
= immutable;
704
_isImmutable
= isImmutable;
809
_isImmutable
= false;
844
_isImmutable
= isImmutable;
2407
translator.Translate(ref
_isImmutable
);
2421
translator.Translate(ref
_isImmutable
);
14 references to _isImmutable
Microsoft.Build (14)
Instance\ProjectInstance.cs (14)
552
_isImmutable = projectToInheritFrom.
_isImmutable
;
566
_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */,
_isImmutable
);
715
_properties.Set(property.DeepClone(
_isImmutable
));
729
_globalProperties.Set(globalProperty.DeepClone(
_isImmutable
));
737
_environmentVariableProperties.Set(environmentProperty.DeepClone(
_isImmutable
));
1266
get { return
_isImmutable
; }
1797
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1810
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
1929
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2050
return DeepCopy(
_isImmutable
);
2075
if (isImmutable &&
_isImmutable
)
2858
VerifyThrowNotImmutable(
_isImmutable
);
3153
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3157
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));