6 references to IsPersisted
Microsoft.Build.Engine (6)
Properties\BuildPropertyGroup.cs (6)
1042if (IsPersisted) 1084if (IsPersisted) 1196if (IsPersisted && !clearImportedPropertyGroup) 1268if (this.IsPersisted && !this.IsImported) 1433get { return !IsPersisted; } 1483error.VerifyThrowInvalidOperation(IsPersisted, errorResourceName, arg);