4 references to IsValidClrTypeName
Microsoft.CodeAnalysis (1)
MetadataReference\MetadataReferenceProperties.cs (1)
62
if (!alias.
IsValidClrTypeName
())
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
1890
if (this.Options.MainTypeName != null && !this.Options.MainTypeName.
IsValidClrTypeName
())
CSharpCompilationOptions.cs (2)
674
if (!MainTypeName.
IsValidClrTypeName
())
700
if (ScriptClassName == null || !ScriptClassName.
IsValidClrTypeName
())