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