7 references to GetProperty
NuGet.ProjectModel (7)
LockFile\LockFileContentFile.cs (5)
28
return
GetProperty
(OutputPathProperty);
40
return
GetProperty
(PPOutputPathProperty);
52
var value =
GetProperty
(BuildActionProperty)
66
return
GetProperty
(CodeLanguageProperty);
78
return string.Equals(
GetProperty
(CopyToOutputProperty), bool.TrueString, StringComparison.OrdinalIgnoreCase);
LockFile\LockFileRuntimeTarget.cs (2)
27
return
GetProperty
(RidProperty);
39
return
GetProperty
(AssetTypeProperty);