Implemented interface member:
property
ContainingNamespace
Microsoft.DotNet.ApiCompatibility.Mapping.ITypeMapper.ContainingNamespace
3 references to ContainingNamespace
Microsoft.DotNet.ApiCompatibility (3)
Mapping\TypeMapper.cs (1)
101
mapper = new TypeMapper(RuleRunner, Settings, Right.Length,
ContainingNamespace
, this);
Rules\RuleRunner.cs (2)
53
tm.
ContainingNamespace
.ContainingAssembly.Left?.MetadataInformation ?? MetadataInformation.DefaultLeft,
54
tm.
ContainingNamespace
.ContainingAssembly.Right[rightIndex]?.MetadataInformation ?? MetadataInformation.DefaultRight,