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)
1259public string Name => _item.ItemSpec; 1262public string LatestRuntimeFrameworkVersion => _item.GetMetadata("LatestRuntimeFrameworkVersion"); 1264public string RuntimePackNamePatterns => _item.GetMetadata("RuntimePackNamePatterns"); 1266public string RuntimePackRuntimeIdentifiers => _item.GetMetadata(MetadataKeys.RuntimePackRuntimeIdentifiers); 1268public string RuntimePackExcludedRuntimeIdentifiers => _item.GetMetadata(MetadataKeys.RuntimePackExcludedRuntimeIdentifiers); 1270public string IsTrimmable => _item.GetMetadata(MetadataKeys.IsTrimmable); 1272public bool IsWindowsOnly => _item.HasMetadataValue("IsWindowsOnly", "true"); 1275_item.HasMetadataValue(MetadataKeys.RuntimePackAlwaysCopyLocal, "true");