10 writes to _isImmutable
Microsoft.Build (10)
Instance\ProjectInstance.cs (10)
427_isImmutable = immutable; 446_isImmutable = true; 499_isImmutable = true; 595_isImmutable = projectToInheritFrom._isImmutable; 725_isImmutable = immutable; 757_isImmutable = isImmutable; 879_isImmutable = false; 914_isImmutable = isImmutable; 2564translator.Translate(ref _isImmutable); 2578translator.Translate(ref _isImmutable);
15 references to _isImmutable
Microsoft.Build (15)
Instance\ProjectInstance.cs (15)
595_isImmutable = projectToInheritFrom._isImmutable; 609_globalProperties[property.Key] = ProjectPropertyInstance.Create(property.Key, property.Value, false /* may not be reserved */, _isImmutable); 768_properties.Set(property.DeepClone(_isImmutable)); 782_globalProperties.Set(globalProperty.DeepClone(_isImmutable)); 790_environmentVariableProperties.Set(environmentProperty.DeepClone(_isImmutable)); 799_sdkResolvedEnvironmentVariableProperties.Set(sdkResolvedEnvironmentVariable.DeepClone(_isImmutable)); 1355get { return _isImmutable; } 1934ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValueEscaped, mayBeReserved, _isImmutable, isEnvironmentVariable, loggingContext); 1947ProjectPropertyInstance property = ProjectPropertyInstance.Create(propertyElement.Name, evaluatedValueEscaped, false /* may not be reserved */, _isImmutable); 2073ProjectPropertyInstance property = ProjectPropertyInstance.Create(name, evaluatedValue, false /* may not be reserved */, _isImmutable); 2196return DeepCopy(_isImmutable); 2221if (isImmutable && _isImmutable) 3029VerifyThrowNotImmutable(_isImmutable); 3327_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, explicitSubToolsetVersion, false /* may not be reserved */, _isImmutable)); 3331_globalProperties.Set(ProjectPropertyInstance.Create(globalProperty.Key, globalProperty.Value, false /* may not be reserved */, _isImmutable));