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