10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
418
_isImmutable
= immutable;
437
_isImmutable
= true;
490
_isImmutable
= true;
584
_isImmutable
= projectToInheritFrom._isImmutable;
714
_isImmutable
= immutable;
747
_isImmutable
= isImmutable;
869
_isImmutable
= false;
904
_isImmutable
= isImmutable;
2501
translator.Translate(ref
_isImmutable
);
2515
translator.Translate(ref
_isImmutable
);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
584
_isImmutable = projectToInheritFrom.
_isImmutable
;
598
_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */,
_isImmutable
);
758
_properties.Set(property.DeepClone(
_isImmutable
));
772
_globalProperties.Set(globalProperty.DeepClone(
_isImmutable
));
780
_environmentVariableProperties.Set(environmentProperty.DeepClone(
_isImmutable
));
789
_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(
_isImmutable
));
1305
get { return
_isImmutable
; }
1882
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1895
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
2021
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2142
return DeepCopy(
_isImmutable
);
2167
if (isImmutable &&
_isImmutable
)
2962
VerifyThrowNotImmutable(
_isImmutable
);
3257
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3261
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));