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; 747_isImmutable = isImmutable; 869_isImmutable = false; 904_isImmutable = isImmutable; 2517translator.Translate(ref _isImmutable); 2531translator.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); 758_properties.Set(property.DeepClone(_isImmutable)); 772_globalProperties.Set(globalProperty.DeepClone(_isImmutable)); 780_environmentVariableProperties.Set(environmentProperty.DeepClone(_isImmutable)); 789_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(_isImmutable)); 1305get { return _isImmutable; } 1898ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1911ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 2037ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2158return DeepCopy(_isImmutable); 2183if (isImmutable && _isImmutable) 2978VerifyThrowNotImmutable(_isImmutable); 3273_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 3277_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));