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