4 references to ValidateTypeName
System.CodeDom (4)
System\CodeDom\Compiler\CodeValidator.cs (4)
141ValidateTypeName(e, nameof(e.Name), e.Name); 155ValidateTypeName(e, nameof(e.Namespace), e.Namespace); 163ValidateTypeName(current, nameof(current.Name), current.Name); 604ValidateTypeName(e, nameof(e.BaseType), e.BaseType);