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;
746
_isImmutable
= isImmutable;
868
_isImmutable
= false;
903
_isImmutable
= isImmutable;
2502
translator.Translate(ref
_isImmutable
);
2516
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
);
757
_properties.Set(property.DeepClone(
_isImmutable
));
771
_globalProperties.Set(globalProperty.DeepClone(
_isImmutable
));
779
_environmentVariableProperties.Set(environmentProperty.DeepClone(
_isImmutable
));
788
_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(
_isImmutable
));
1304
get { return
_isImmutable
; }
1883
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1896
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
2022
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2143
return DeepCopy(
_isImmutable
);
2168
if (isImmutable &&
_isImmutable
)
2963
VerifyThrowNotImmutable(
_isImmutable
);
3258
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3262
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));