2 references to ValidateAssemblyNameWithSimpleName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
669
return (assembly != null) ?
ValidateAssemblyNameWithSimpleName
(assembly, simpleName) : null;
679
return (assembly != null) ?
ValidateAssemblyNameWithSimpleName
(assembly, simpleName) : null;