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