4 implementations of GetProperty
NuGet.Build.Tasks (1)
Common\MSBuildTaskItem.cs (1)
53public string GetProperty(string property, bool trim)
NuGet.Build.Tasks.Console (1)
MSBuildItemBase.cs (1)
31public string GetProperty(string property, bool trim)
NuGet.Build.Tasks.Pack (1)
Common\MSBuildTaskItem.cs (1)
53public string GetProperty(string property, bool trim)
NuGet.Commands (1)
RestoreCommand\RequestFactory\MSBuildItem.cs (1)
56public string GetProperty(string property, bool trim)
1 reference to GetProperty
NuGet.Build.Tasks.Console (1)
MSBuildItemBase.cs (1)
30/// <inheritdoc cref="IMSBuildItem.GetProperty(string, bool)" />