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