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;
14 references to Left
Microsoft.DotNet.ApiCompatibility (14)
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 (7)
41if (am.Left == null && am.Right[rightIndex] == null) 49leftSymbol = am.Left?.Element; 54am.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft, 63leftSymbol = tm.Left; 65context.RunOnTypeSymbolActions(tm.Left, 80leftSymbol = mm.Left; 84mm.Left,