10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
420
_isImmutable
= immutable;
439
_isImmutable
= true;
496
_isImmutable
= true;
558
_isImmutable
= projectToInheritFrom._isImmutable;
688
_isImmutable
= immutable;
721
_isImmutable
= isImmutable;
843
_isImmutable
= false;
878
_isImmutable
= isImmutable;
2489
translator.Translate(ref
_isImmutable
);
2503
translator.Translate(ref
_isImmutable
);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
558
_isImmutable = projectToInheritFrom.
_isImmutable
;
572
_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */,
_isImmutable
);
732
_properties.Set(property.DeepClone(
_isImmutable
));
746
_globalProperties.Set(globalProperty.DeepClone(
_isImmutable
));
754
_environmentVariableProperties.Set(environmentProperty.DeepClone(
_isImmutable
));
763
_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(
_isImmutable
));
1300
get { return
_isImmutable
; }
1870
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1883
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
2009
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2130
return DeepCopy(
_isImmutable
);
2155
if (isImmutable &&
_isImmutable
)
2945
VerifyThrowNotImmutable(
_isImmutable
);
3240
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3244
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));