1 implementation of Left
Microsoft.DotNet.ApiCompatibility (1)
Mapping\ElementMapper.cs (1)
16
public T?
Left
{ get; private set; }
12 references to Left
Microsoft.DotNet.ApiCompatibility (12)
Mapping\AssemblyMapper.cs (1)
12
/// <see cref="IElementMapper{T}.
Left
"/> and <see cref="IElementMapper{T}.Right"/>.
Mapping\IAssemblyMapper.cs (2)
11
/// <see cref="IElementMapper{T}.
Left
"/> and <see cref="IElementMapper{T}.Right"/>.
21
/// Gets the mappers for the namespaces contained in <see cref="IElementMapper{T}.
Left
"/> and <see cref="IElementMapper{T}.Right"/>
Mapping\IElementMapper.cs (2)
22
/// The <see cref="IMapperSettings"/> used to diff <see cref="
Left
"/> and <see cref="Right"/>.
45
/// (<see cref="IElementMapper{T}.
Left
"/>, <see cref="IElementMapper{T}.Right"/>).
Mapping\INamespaceMapper.cs (1)
11
/// <see cref="IElementMapper{T}.
Left
"/> and <see cref="IElementMapper{T}.Right"/>.
Mapping\NamespaceMapper.cs (1)
12
/// <see cref="IElementMapper{T}.
Left
"/> and <see cref="IElementMapper{T}.Right"/>.
Rules\IRuleRunner.cs (1)
25
/// (<see cref="IElementMapper{T}.
Left
"/>, <see cref="IElementMapper{T}.Right"/>).
Rules\RuleRunner.cs (4)
53
tm.ContainingNamespace.ContainingAssembly.
Left
?.MetadataInformation ?? MetadataInformation.DefaultLeft,
63
Debug.Assert(mm.ContainingType.
Left
!= null);
69
mm.ContainingType.
Left
!,
71
mm.ContainingType.ContainingNamespace.ContainingAssembly.
Left
?.MetadataInformation ?? MetadataInformation.DefaultLeft,