7 references to DeclaringType
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\CustomAttributeTypeNameParser.cs (2)
143
topLevelTypeName = topLevelTypeName.
DeclaringType
;
187
TypeDesc type = GetSimpleTypeFromModule(typeName.
DeclaringType
, module);
illink (2)
Linker\TypeNameResolver.cs (2)
111
topLevelTypeName = topLevelTypeName.
DeclaringType
;
147
TypeDefinition? type = GetSimpleTypeFromModule(typeName.
DeclaringType
, module);
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
288
/// For nested types <seealso cref="
DeclaringType
"/> returns their declaring type.
466
result = checked(result +
DeclaringType
.GetNodeCount());
605
?
DeclaringType
.WithAssemblyName(assemblyName)