Base:
5 references to FullName
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
72
fullName.Append(_genericTypeDefinition.
FullName
);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
57
public sealed override string ToString() => Loader.GetDisposedString() ??
FullName
!;
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
43
string? fullName = _elementType.
FullName
;
System\Reflection\TypeLoading\Types\RoType.cs (1)
125
string? fullName =
FullName
;
System\ThrowHelper.cs (1)
16
return new AmbiguousMatchException(SR.Format(SR.Arg_AmbiguousMatchException_RoDefinitionType, roDefinitionType.
FullName
));