Implemented interface member:
property
ContainingType
Microsoft.DotNet.ApiCompatibility.Mapping.ITypeMapper.ContainingType
4 references to ContainingType
Microsoft.DotNet.ApiCompatibility (4)
Mapping\TypeMapper.cs (4)
38
if (
ContainingType
!= null)
40
Debug.Assert(
ContainingType
.ShouldDiffMembers);
45
return
ContainingType
.Right.Length == 1 ||
ContainingType
.Right[rightIndex] != null;