10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
415_isImmutable = immutable; 434_isImmutable = true; 491_isImmutable = true; 552_isImmutable = projectToInheritFrom._isImmutable; 681_isImmutable = immutable; 704_isImmutable = isImmutable; 809_isImmutable = false; 844_isImmutable = isImmutable; 2407translator.Translate(ref _isImmutable); 2421translator.Translate(ref _isImmutable);
14 references to _isImmutable
Microsoft.Build (14)
Instance\ProjectInstance.cs (14)
552_isImmutable = projectToInheritFrom._isImmutable; 566_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */, _isImmutable); 715_properties.Set(property.DeepClone(_isImmutable)); 729_globalProperties.Set(globalProperty.DeepClone(_isImmutable)); 737_environmentVariableProperties.Set(environmentProperty.DeepClone(_isImmutable)); 1266get { return _isImmutable; } 1797ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1810ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 1929ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2050return DeepCopy(_isImmutable); 2075if (isImmutable && _isImmutable) 2858VerifyThrowNotImmutable(_isImmutable); 3153_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 3157_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));