10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
420_isImmutable = immutable; 439_isImmutable = true; 496_isImmutable = true; 558_isImmutable = projectToInheritFrom._isImmutable; 688_isImmutable = immutable; 721_isImmutable = isImmutable; 843_isImmutable = false; 878_isImmutable = isImmutable; 2489translator.Translate(ref _isImmutable); 2503translator.Translate(ref _isImmutable);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
558_isImmutable = projectToInheritFrom._isImmutable; 572_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */, _isImmutable); 732_properties.Set(property.DeepClone(_isImmutable)); 746_globalProperties.Set(globalProperty.DeepClone(_isImmutable)); 754_environmentVariableProperties.Set(environmentProperty.DeepClone(_isImmutable)); 763_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(_isImmutable)); 1300get { return _isImmutable; } 1870ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1883ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 2009ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2130return DeepCopy(_isImmutable); 2155if (isImmutable && _isImmutable) 2945VerifyThrowNotImmutable(_isImmutable); 3240_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 3244_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));