8 references to EscapeIdentifier
Microsoft.Interop.ComInterfaceGenerator (6)
ComInterfaceGenerator.cs (4)
360CodeWriterHelpers.EscapeIdentifier(symbol.Name)), 725CodeWriterHelpers.EscapeIdentifier(name), 783string propName = CodeWriterHelpers.EscapeIdentifier(IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName)); 865string methodName = CodeWriterHelpers.EscapeIdentifier(shadow.MethodInfo.MethodName);
IncrementalMethodStubGenerationContext.cs (1)
126return CodeWriterHelpers.EscapeIdentifier(GetPropertyNameFromAccessor(templateName));
VtableIndexStubGenerator.cs (1)
373CodeWriterHelpers.EscapeIdentifier(symbol.Name));
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSSignatureContext.cs (1)
65string fullName = $"{method.ContainingType.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat)}.{CodeWriterHelpers.EscapeIdentifier(method.Name)}";
Microsoft.Interop.SourceGeneration (1)
TypePositionInfo.cs (1)
91InstanceIdentifier = CodeWriterHelpers.EscapeIdentifier(paramSymbol.Name),