5 references to FullName
System.Private.CoreLib (2)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
226exception = Helpers.CreateTypeLoadException(fullName, assemblyName.FullName);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
185return scopeDefinitionHandle.ToRuntimeAssemblyName(_reader).FullName;
System.Private.TypeLoader (3)
Internal\Reflection\Execution\AssemblyBinderImplementation.cs (3)
60exception = new AmbiguousMatchException(SR.Format(SR.AmbiguousMatchException_Assembly, refName.FullName)); 74exception = preferredException ?? new FileNotFoundException(SR.Format(SR.FileNotFound_AssemblyNotFound, refName.FullName)); 120preferredException = new FileLoadException(SR.Format(SR.FileLoadException_RefDefMismatch, refName.FullName, defName.Version, refName.Version));