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), 79property.Name); 81bucket.Expander.PropertiesUseTracker.CurrentlyEvaluatingPropertyElementName = property.Name; 90LoggingContext.LogComment(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue); 93bucket.Lookup.SetProperty(ProjectPropertyInstance.Create(property.Name, evaluatedValue, property.Location, Project.IsImmutable)); 94LoggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.Location));
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
280Assert.Equal(x.Name, y.Name);