1 write to ContainingType
Microsoft.Cci.Extensions (1)
Mappings\MemberMapping.cs (1)
13
this.
ContainingType
= containingType;
6 references to ContainingType
Microsoft.Cci.Extensions (1)
Filters\CommonTypesMappingDifferenceFilter.cs (1)
48
return _baseFilter.Include(member) && Include(member.
ContainingType
);
Microsoft.DotNet.ApiCompat.Core (5)
Rules\Compat\CannotAddAbstractMembers.cs (2)
23
ITypeDefinition contractType = mapping.
ContainingType
[1];
25
if (contractType != null && (contractType.IsEffectivelySealed() || (contractType.IsInterface && mapping.
ContainingType
[0].IsInterface)))
Rules\Compat\MembersMustExist.cs (1)
34
ITypeDefinition contractType = mapping.
ContainingType
[0];
Rules\ParameterTypeCannotChange.cs (2)
27
IMethodDefinition match = FindBestMatch(method1, mapping.
ContainingType
, 1, 0);
39
IMethodDefinition match = FindBestMatch(method2, mapping.
ContainingType
, 0, 1);