4 references to GenericTypeNameManglingChar
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataHelpers.cs (2)
155isGenericTypeName = isGenericTypeName || decodedString.IndexOf(GenericTypeNameManglingChar) >= 0; 494if (emittedTypeName[indexOfManglingChar - 1] == GenericTypeNameManglingChar)
Microsoft.CodeAnalysis.VisualBasic (2)
DocumentationComments\DocumentationCommentIDVisitor.PartVisitor.vb (1)
147builder.Append(MetadataHelpers.GenericTypeNameManglingChar)
SymbolDisplay\SymbolDisplayVisitor.Types.vb (1)
283MetadataHelpers.GenericTypeNameManglingChar & symbol.Arity.ToString(), False))