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