9 references to GetAllBaseTypes
Microsoft.Cci.Extensions (9)
Extensions\CSharp\CSharpCciExtensions.cs (5)
503
foreach (ITypeReference baseClassRef in field.ContainingTypeDefinition.
GetAllBaseTypes
())
527
foreach (ITypeReference baseClassRef in evnt.ContainingTypeDefinition.
GetAllBaseTypes
())
553
foreach (ITypeReference baseClassRef in type.
GetAllBaseTypes
())
580
foreach (ITypeReference baseClassRef in type.
GetAllBaseTypes
())
618
foreach (ITypeReference baseClassRef in containingType.
GetAllBaseTypes
())
Extensions\TypeExtensions.cs (3)
77
foreach (ITypeDefinition nextBaseType in
GetAllBaseTypes
(baseType))
94
foreach (ITypeDefinition nextIfaceRef in
GetAllBaseTypes
(iface))
99
foreach (var baseType in
GetAllBaseTypes
(type))
Mappings\TypeMapping.cs (1)
88
foreach (var baseType in type.
GetAllBaseTypes
())