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