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