Base:
property
FullName
System.Reflection.Assembly.FullName
2 references to FullName
System.Private.CoreLib (2)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
165
throw Helpers.CreateTypeLoadException(fullName, this.
FullName
);
System\Reflection\TypeNameResolver.NativeAot.cs (1)
202
throw Helpers.CreateTypeLoadException(unescapedTypeName, (defaultAssembly ?? coreLib).
FullName
);