Base:
method
CreateEscapedIdentifier
System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)
4 references to CreateEscapedIdentifier
System (4)
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
914
Output.Write(
CreateEscapedIdentifier
(ident));
2692
sb.Append(
CreateEscapedIdentifier
(baseType.Substring(lastIndex, i-lastIndex)));
2699
sb.Append(
CreateEscapedIdentifier
(baseType.Substring(lastIndex, i-lastIndex)));
2723
sb.Append(
CreateEscapedIdentifier
(baseType.Substring(lastIndex)));