2 references to DotReplacementInTypeNames
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\GeneratedNameParser.cs (1)
107methodName = methodName.Replace(GeneratedNameConstants.DotReplacementInTypeNames, '.');
Symbols\Synthesized\GeneratedNames.cs (1)
156builder.Replace('.', GeneratedNameConstants.DotReplacementInTypeNames);