Implemented interface member:
property
Name
Microsoft.Build.Execution.IPropertyElementWithLocation.Name
10 references to Name
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (8)
79!ReservedPropertyNames.IsReservedProperty(property.Name), 82property.Name); 84bucket.Expander.PropertiesUseTracker.CurrentlyEvaluatingPropertyElementName = property.Name; 93property.Name, 96Project.GetProperty(property.Name)?.EvaluatedValue ?? null, 101LoggingContext.LogComment(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue); 104bucket.Lookup.SetProperty(ProjectPropertyInstance.Create(property.Name, evaluatedValue, property.Location, Project.IsImmutable)); 105LoggingContext.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);