6 references to DefaultRight
Microsoft.DotNet.ApiCompatibility (6)
ApiComparer.cs (2)
43new ElementContainer<IAssemblySymbol>(right, MetadataInformation.DefaultRight)); 87transformedRight.Add(new ElementContainer<IAssemblySymbol>(assemblySymbol, MetadataInformation.DefaultRight));
CompatDifference.cs (1)
100MetadataInformation.DefaultRight,
Rules\RuleRunner.cs (3)
55am.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 68tm.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 89mm.ContainingType.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight,