1 override of IsValidIdentifier
System (1)
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2584
protected override bool
IsValidIdentifier
(string value) {
2 references to IsValidIdentifier
System (2)
compmod\system\codedom\compiler\CodeGenerator.cs (2)
528
return this.
IsValidIdentifier
(value);
1883
if (!
IsValidIdentifier
(value)) {