Implemented interface member:
method
GetProperty
Microsoft.Build.Evaluation.IPropertyProvider<T>.GetProperty(System.String)
11 references to GetProperty
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (1)
1546
submission.BuildRequestData.ProjectInstance!.
GetProperty
(ReservedPropertyNames.projectDirectory)!.EvaluatedValue,
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
96
Project.
GetProperty
(property.Name)?.EvaluatedValue ?? null,
BackEnd\Shared\BuildRequestConfiguration.cs (1)
200
_transferredProperties.Add(data.ProjectInstance.
GetProperty
(name));
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1005
ProjectInstance.
GetProperty
,
1720
_projectInstance.
GetProperty
(outputTargetName)?.EvaluatedValue ?? null,
Construction\Solution\SolutionProjectGenerator.cs (2)
800
_selectedSolutionConfiguration = String.Format(CultureInfo.InvariantCulture, "{0}|{1}", traversalInstance.
GetProperty
("Configuration").EvaluatedValue, traversalInstance.
GetProperty
("Platform").EvaluatedValue);
Instance\ProjectInstance.cs (3)
836
var regularProperty = that.
GetProperty
(desiredProperty);
842
var globalProperty = that.
GetProperty
(desiredProperty);
1426
if (overridingAmbient ||
GetProperty
(name) is null)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\ProjectFile\Extensions.cs (1)
90
=> executedProject.
GetProperty
(propertyName)?.EvaluatedValue;