19 references to GetMetadata
NuGet.PackageManagement (19)
NuGetPackageManager.cs (12)
1107
var targetFramework = nuGetProject.
GetMetadata
<NuGetFramework>(NuGetProjectMetadataKeys.TargetFramework);
1349
var targetFramework = nuGetProject.
GetMetadata
<NuGetFramework>(NuGetProjectMetadataKeys.TargetFramework);
1366
var targetFramework = nuGetProject.
GetMetadata
<NuGetFramework>(NuGetProjectMetadataKeys.TargetFramework);
1841
var targetFramework = nuGetProject.
GetMetadata
<NuGetFramework>(NuGetProjectMetadataKeys.TargetFramework);
2206
packageId, project.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name)));
2238
packageId, buildIntegratedProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name)));
2296
packageId, nuGetProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name)));
2337
packageIdentity.Id, nuGetProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name)));
2620
nuGetProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
2675
nuGetProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
3411
buildIntegratedProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
3420
buildIntegratedProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
Projects\MSBuildNuGetProject.cs (4)
258
GetMetadata
<string>(NuGetProjectMetadataKeys.Name), shortFramework);
275
GetMetadata
<string>(NuGetProjectMetadataKeys.Name), shortFramework);
280
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
285
GetMetadata
<string>(NuGetProjectMetadataKeys.Name));
Projects\NuGetProject.cs (1)
142
nuGetProjectName = nuGetProject.
GetMetadata
<string>(NuGetProjectMetadataKeys.Name);
Projects\PackagesConfigNuGetProject.cs (2)
71
var oFramework =
GetMetadata
<object>(NuGetProjectMetadataKeys.TargetFramework);
78
var projectName =
GetMetadata
<string>(NuGetProjectMetadataKeys.Name);