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)
1633
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)
208
_transferredProperties.Add(data.ProjectInstance.
GetProperty
(name));
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1279
ProjectInstance.
GetProperty
,
2013
_projectInstance.
GetProperty
(outputTargetName)?.EvaluatedValue ?? null,
Construction\Solution\SolutionProjectGenerator.cs (2)
804
_selectedSolutionConfiguration = String.Format(CultureInfo.InvariantCulture, "{0}|{1}", traversalInstance.
GetProperty
("Configuration").EvaluatedValue, traversalInstance.
GetProperty
("Platform").EvaluatedValue);
Instance\ProjectInstance.cs (3)
847
var regularProperty = that.
GetProperty
(desiredProperty);
853
var globalProperty = that.
GetProperty
(desiredProperty);
1477
if (overridingAmbient ||
GetProperty
(name) is null)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\ProjectFile\Extensions.cs (1)
96
=> executedProject.
GetProperty
(propertyName)?.EvaluatedValue;