10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
413_isImmutable = immutable; 432_isImmutable = true; 489_isImmutable = true; 550_isImmutable = projectToInheritFrom._isImmutable; 679_isImmutable = immutable; 702_isImmutable = isImmutable; 807_isImmutable = false; 842_isImmutable = isImmutable; 2262translator.Translate(ref _isImmutable); 2276translator.Translate(ref _isImmutable);
14 references to _isImmutable
Microsoft.Build (14)
Instance\ProjectInstance.cs (14)
550_isImmutable = projectToInheritFrom._isImmutable; 564_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */, _isImmutable); 713_properties.Set(property.DeepClone(_isImmutable)); 727_globalProperties.Set(globalProperty.DeepClone(_isImmutable)); 735_environmentVariableProperties.Set(environmentProperty.DeepClone(_isImmutable)); 1139get { return _isImmutable; } 1670ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1683ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 1785ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 1904return DeepCopy(_isImmutable); 1929if (isImmutable && _isImmutable) 2676VerifyThrowNotImmutable(_isImmutable); 2987_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 2991_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));