6 references to InternalSymbolDisplayPartKind
Microsoft.CodeAnalysis (2)
SymbolDisplay\SymbolDisplayPartKind.cs (2)
106(value >= InternalSymbolDisplayPartKind.Arity && value <= InternalSymbolDisplayPartKind.Other);
Microsoft.CodeAnalysis.CSharp (4)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (1)
1081this.Builder.Add(CreatePart(InternalSymbolDisplayPartKind.Other, null, customModifier.IsOptional ? IL_KEYWORD_MODOPT : IL_KEYWORD_MODREQ));
SymbolDisplay\SymbolDisplayVisitor.Types.cs (3)
413Builder.Add(CreatePart(InternalSymbolDisplayPartKind.Arity, null, 460Builder.Add(CreatePart(InternalSymbolDisplayPartKind.Other, symbol, "missing")); 620Builder.Add(CreatePart(InternalSymbolDisplayPartKind.Other, symbol, "missing"));