1 write to Metadata
Microsoft.DotNet.AsmDiff (1)
MefHelpers.cs (1)
36
Metadata
= metadata ?? new Dictionary<string, object>();
3 references to Metadata
Microsoft.DotNet.AsmDiff (3)
MefHelpers.cs (3)
47
var subsetOfConstraints = contract.MetadataConstraints.Where(c =>
Metadata
.ContainsKey(c.Key)).ToDictionary(c => c.Key, c =>
Metadata
[c.Key]);
78
ExportDescriptor.Create((c, o) => _exportedInstance,
Metadata
));