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; 2490translator.Translate(ref _isImmutable); 2504translator.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)); 1304get { return _isImmutable; } 1871ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1884ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 2010ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2131return DeepCopy(_isImmutable); 2156if (isImmutable && _isImmutable) 2951VerifyThrowNotImmutable(_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));