Implemented interface member:
property
ContainingAssembly
Microsoft.DotNet.ApiCompatibility.Mapping.INamespaceMapper.ContainingAssembly
1 write to ContainingAssembly
Microsoft.DotNet.ApiCompatibility (1)
Mapping\NamespaceMapper.cs (1)
38ContainingAssembly = containingAssembly;
1 reference to ContainingAssembly
Microsoft.DotNet.ApiCompatibility.Tests (1)
Mapping\NamespaceMapperTests.cs (1)
29Assert.Equal(assemblyMapper, namespaceMapper.ContainingAssembly);