Implemented interface member:
property
ContainingType
Microsoft.DotNet.ApiCompatibility.Mapping.ITypeMapper.ContainingType
5 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;
Microsoft.DotNet.ApiCompatibility.Tests (1)
Mapping\TypeMapperTests.cs (1)
32
Assert.Equal(containingType, typeMapper.
ContainingType
);