1 override of CreateEscapedIdentifier
System (1)
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2619protected override string CreateEscapedIdentifier(string name) {
1 reference to CreateEscapedIdentifier
System (1)
compmod\system\codedom\compiler\CodeGenerator.cs (1)
537return this.CreateEscapedIdentifier(value);