2 implementations of IsValidIdentifier
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3142public bool IsValidIdentifier(string value) {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
527bool ICodeGenerator.IsValidIdentifier(string value) {
4 references to IsValidIdentifier
System (1)
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
189return CreateGeneratorHelper().IsValidIdentifier(value);
System.Data (3)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
41if (codeGen.IsValidIdentifier(name)) { 46if (! codeGen.IsValidIdentifier(ret)) { 117if (! this.codeGen.IsValidIdentifier(newName)){