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