9 references to MetadataInformation
Microsoft.DotNet.ApiCompatibility (9)
ApiComparer.cs (2)
137
sortedCompatDifferences.AddRange(compatDifferencesLookup[elementContainer.
MetadataInformation
]);
138
processedMetadata.Add(elementContainer.
MetadataInformation
);
ElementContainer.cs (1)
9
/// Class to wrap an Element of T with it's <see cref="
MetadataInformation
"/>.
Rules\RuleRunner.cs (6)
42
am.Left?.
MetadataInformation
?? MetadataInformation.DefaultLeft,
43
am.Right[rightIndex]?.
MetadataInformation
?? MetadataInformation.DefaultRight,
53
tm.ContainingNamespace.ContainingAssembly.Left?.
MetadataInformation
?? MetadataInformation.DefaultLeft,
54
tm.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.
MetadataInformation
?? MetadataInformation.DefaultRight,
71
mm.ContainingType.ContainingNamespace.ContainingAssembly.Left?.
MetadataInformation
?? MetadataInformation.DefaultLeft,
72
mm.ContainingType.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.
MetadataInformation
?? MetadataInformation.DefaultRight,