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)
54am.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 55am.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 67tm.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 68tm.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 88mm.ContainingType.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 89mm.ContainingType.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight,