3 references to SetPropertyAtHelper
Microsoft.Build.Engine (3)
Engine\Project.cs (3)
2305SetPropertyAtHelper(propertyName, propertyValue, condition, /* importedProperty */ false, null, position); 2352SetPropertyAtHelper(propertyName, propertyValue, condition, /* importedProperty */ true, importedProject, position); 2353importedProject.SetPropertyAtHelper(propertyName, propertyValue, condition, /* importedProperty */ false, null, position);