2 references to InvalidCharactersInAssemblyName
Microsoft.CodeAnalysis.Scripting (2)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs (2)
445
throw new ArgumentException(Scripting.ScriptingResources.
InvalidCharactersInAssemblyName
, nameof(name));
470
throw new ArgumentException(Microsoft.CodeAnalysis.Scripting.ScriptingResources.
InvalidCharactersInAssemblyName
, nameof(name));