Implemented interface member:
property
Name
Microsoft.Build.Execution.IPropertyElementWithLocation.Name
8 references to Name
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (6)
76
!ReservedPropertyNames.IsReservedProperty(property.
Name
),
79
property.
Name
);
81
bucket.Expander.PropertiesUseTracker.CurrentlyEvaluatingPropertyElementName = property.
Name
;
90
LoggingContext.LogComment(MessageImportance.Low, "PropertyGroupLogMessage", property.
Name
, evaluatedValue);
93
bucket.Lookup.SetProperty(ProjectPropertyInstance.Create(property.
Name
, evaluatedValue, property.Location, Project.IsImmutable));
94
LoggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.
Name
, string.IsNullOrEmpty(evaluatedValue), property.Location));
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
280
Assert.Equal(x.
Name
, y.
Name
);