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)
99new(MetadataInformation.DefaultLeft,
Rules\RuleRunner.cs (3)
54am.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 67tm.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 88mm.ContainingType.ContainingNamespace.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft,