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