Implemented interface member:
property
ContainingNamespace
Microsoft.DotNet.ApiCompatibility.Mapping.ITypeMapper.ContainingNamespace
4 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,
Microsoft.DotNet.ApiCompatibility.Tests (1)
Mapping\TypeMapperTests.cs (1)
31Assert.Equal(containingNamespace, typeMapper.ContainingNamespace);