Implemented interface member:
property
Left
Microsoft.DotNet.ApiCompatibility.Mapping.IElementMapper<T>.Left
1 write to Left
Microsoft.DotNet.ApiCompatibility (1)
Mapping\ElementMapper.cs (1)
52Left = element;
17 references to Left
Microsoft.DotNet.ApiCompatibility (12)
Mapping\AssemblyMapper.cs (1)
34AddOrCreateMappers(Left, ElementSide.Left);
Mapping\AssemblySetMapper.cs (1)
30AddOrCreateMappers(Left, ElementSide.Left);
Mapping\ElementMapper.cs (1)
68return Left;
Mapping\NamespaceMapper.cs (1)
55AddOrCreateMappers(Left, ElementSide.Left);
Mapping\TypeMapper.cs (3)
56if (Left == null) 81AddOrCreateMappers(Left, ElementSide.Left); 120AddOrCreateMappers(Left, ElementSide.Left);
Rules\RuleRunner.cs (5)
32if (am.Left == null && am.Right[rightIndex] == null) 40context.RunOnAssemblySymbolActions(am.Left?.Element, 42am.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 51context.RunOnTypeSymbolActions(tm.Left, 67mm.Left,
Microsoft.DotNet.ApiCompatibility.Tests (5)
Mapping\AssemblyMapperTests.cs (1)
26Assert.Null(assemblyMapper.Left);
Mapping\AssemblySetMapperTests.cs (1)
24Assert.Null(assemblySetMapper.Left);
Mapping\MemberMapperTests.cs (1)
22Assert.Null(memberMapper.Left);
Mapping\NamespaceMapperTests.cs (1)
26Assert.Null(namespaceMapper.Left);
Mapping\TypeMapperTests.cs (1)
28Assert.Null(typeMapper.Left);