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