1 implementation of ShouldDiffMembers
Microsoft.DotNet.ApiCompatibility (1)
Mapping\TypeMapper.cs (1)
52public bool ShouldDiffMembers
2 references to ShouldDiffMembers
Microsoft.DotNet.ApiCompatibility (2)
DifferenceVisitor.cs (1)
77if (type.ShouldDiffMembers)
Mapping\TypeMapper.cs (1)
40Debug.Assert(ContainingType.ShouldDiffMembers);