6 references to DefaultLeft
Microsoft.DotNet.ApiCompatibility (6)
ApiComparer.cs (2)
42return GetDifferences(new ElementContainer<IAssemblySymbol>(left, MetadataInformation.DefaultLeft), 81transformedLeft.Add(new ElementContainer<IAssemblySymbol>(assemblySymbol, MetadataInformation.DefaultLeft));
CompatDifference.cs (1)
62new(MetadataInformation.DefaultLeft,
Rules\RuleRunner.cs (3)
42am.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 53tm.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 71mm.ContainingType.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft,