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