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)
63MetadataInformation.DefaultRight,
Rules\RuleRunner.cs (3)
43am.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 54tm.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight, 72mm.ContainingType.ContainingNamespace.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight,