14 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,
Microsoft.DotNet.ApiCompatibility.Tests (8)
CompatDifferenceTests.cs (3)
13MetadataInformation.DefaultLeft, MetadataInformation.DefaultRight, DiagnosticIds.TypeMustExist, "Type Foo exists on left but not on right", "T:Foo", DifferenceType.Added, 17MetadataInformation.DefaultLeft, MetadataInformation.DefaultRight, DiagnosticIds.MemberMustExist, "Member Foo.Blah exists on right but not on left", "M:Foo.Blah", DifferenceType.Removed, 21MetadataInformation.DefaultLeft, MetadataInformation.DefaultRight, "CP320", string.Empty, "F:Blah.Blah", DifferenceType.Changed
Mapping\AssemblyMapperTests.cs (1)
67MetadataInformation.DefaultLeft);
Mapping\NamespaceMapperTests.cs (1)
56MetadataInformation.DefaultLeft);
Mapping\TypeMapperTests.cs (3)
68MetadataInformation.DefaultLeft); 109MetadataInformation.DefaultLeft); 149MetadataInformation.DefaultLeft);