5 references to DeclaringType
illink (2)
Linker\TypeNameResolver.cs (2)
99
topLevelTypeName = topLevelTypeName.
DeclaringType
!;
129
TypeDefinition? type = GetSimpleTypeFromModule (typeName.
DeclaringType
!, module);
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
230
/// For nested types <seealso cref="
DeclaringType
"/> returns their declaring type.
340
result = checked(result +
DeclaringType
.GetNodeCount());
460
?
DeclaringType
.WithAssemblyName(assemblyName)