10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
417
_isImmutable
= immutable;
436
_isImmutable
= true;
489
_isImmutable
= true;
583
_isImmutable
= projectToInheritFrom._isImmutable;
713
_isImmutable
= immutable;
746
_isImmutable
= isImmutable;
868
_isImmutable
= false;
903
_isImmutable
= isImmutable;
2490
translator.Translate(ref
_isImmutable
);
2504
translator.Translate(ref
_isImmutable
);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
583
_isImmutable = projectToInheritFrom.
_isImmutable
;
597
_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
; }
1871
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved,
_isImmutable
, isEnvironmentVariable, loggingContext);
1884
ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */,
_isImmutable
);
2010
ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */,
_isImmutable
);
2131
return DeepCopy(
_isImmutable
);
2156
if (isImmutable &&
_isImmutable
)
2951
VerifyThrowNotImmutable(
_isImmutable
);
3246
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */,
_isImmutable
));
3250
_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */,
_isImmutable
));