2 implementations of CreateEscapedIdentifier
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3184public string CreateEscapedIdentifier(string name) {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
536string ICodeGenerator.CreateEscapedIdentifier(string value) {
1 reference to CreateEscapedIdentifier
System (1)
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
193return CreateGeneratorHelper().CreateEscapedIdentifier(value);