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; 2501translator.Translate(ref _isImmutable); 2515translator.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; } 1882ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1895ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 2021ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2142return DeepCopy(_isImmutable); 2167if (isImmutable && _isImmutable) 2962VerifyThrowNotImmutable(_isImmutable); 3257_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 3261_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));