1 write to _item
Microsoft.NET.Build.Tasks (1)
ProcessFrameworkReferences.cs (1)
1245
_item
= item;
8 references to _item
Microsoft.NET.Build.Tasks (8)
ProcessFrameworkReferences.cs (8)
1259
public string Name =>
_item
.ItemSpec;
1262
public string LatestRuntimeFrameworkVersion =>
_item
.GetMetadata("LatestRuntimeFrameworkVersion");
1264
public string RuntimePackNamePatterns =>
_item
.GetMetadata("RuntimePackNamePatterns");
1266
public string RuntimePackRuntimeIdentifiers =>
_item
.GetMetadata(MetadataKeys.RuntimePackRuntimeIdentifiers);
1268
public string RuntimePackExcludedRuntimeIdentifiers =>
_item
.GetMetadata(MetadataKeys.RuntimePackExcludedRuntimeIdentifiers);
1270
public string IsTrimmable =>
_item
.GetMetadata(MetadataKeys.IsTrimmable);
1272
public bool IsWindowsOnly =>
_item
.HasMetadataValue("IsWindowsOnly", "true");
1275
_item
.HasMetadataValue(MetadataKeys.RuntimePackAlwaysCopyLocal, "true");