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;
12 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,