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