18 references to Create
Microsoft.Build (18)
BackEnd\BuildManager\BuildParameters.cs (1)
504
_globalProperties[property.Key] = ProjectPropertyInstance.
Create
(property.Key, property.Value);
BackEnd\BuildManager\BuildRequestData.cs (1)
147
GlobalPropertiesDictionary.Set(ProjectPropertyInstance.
Create
(propertyPair.Key, propertyPair.Value));
BackEnd\Shared\BuildRequestConfiguration.cs (1)
551
_globalProperties[key] = ProjectPropertyInstance.
Create
(key, "Forces unique project identity in the MSBuild engine");
BackEnd\Shared\ConfigurationMetadata.cs (1)
43
_globalProperties[entry.Key] = ProjectPropertyInstance.
Create
(entry.Key, entry.Value);
Definition\Project.cs (3)
2978
_data.GlobalPropertiesDictionary.Set(ProjectPropertyInstance.
Create
(name, escapedValue));
3796
globalPropertiesCollection.Set(ProjectPropertyInstance.
Create
(pair.Key, subToolsetVersion));
3800
globalPropertiesCollection.Set(ProjectPropertyInstance.
Create
(pair.Key, pair.Value));
Definition\ProjectCollection.cs (2)
376
_globalProperties.Set(ProjectPropertyInstance.
Create
(pair.Key, pair.Value));
1510
_globalProperties.Set(ProjectPropertyInstance.
Create
(name, value));
Definition\Toolset.cs (1)
852
propertyBag.Set(ProjectPropertyInstance.
Create
(Constants.SubToolsetVersionPropertyName, subToolsetVersion));
Graph\GraphBuilder.cs (2)
438
globalPropertyDictionary[PropertyNames.IsGraphBuild] = ProjectPropertyInstance.
Create
(PropertyNames.IsGraphBuild, "true");
683
propertyDictionary[entry.Key] = ProjectPropertyInstance.
Create
(entry.Key, entry.Value);
Graph\ProjectInterpretation.cs (2)
203
ProjectPropertyInstance propertyInstance = ProjectPropertyInstance.
Create
(propertyName, propertyValue);
414
destination[pair.Key] = ProjectPropertyInstance.
Create
(pair.Key, pair.Value);
Instance\ProjectInstance.cs (1)
399
_globalProperties.Set(ProjectPropertyInstance.
Create
(property.Key, property.Value));
Utilities\Utilities.cs (3)
574
envPropertiesHashSet.Add(ProjectPropertyInstance.
Create
(ReservedPropertyNames.localAppData, localAppData));
578
envPropertiesHashSet.Add(ProjectPropertyInstance.
Create
(ReservedPropertyNames.userExtensionsPath, userExtensionsPath));
591
ProjectPropertyInstance environmentProperty = ProjectPropertyInstance.
Create
(environmentVariableName, environmentVariable.Value);