9 references to RemoveAttributeSuffix
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
288
Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
) &&
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
SymbolDisplay\SymbolDisplayTests.cs (3)
3326
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3349
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3370
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
Microsoft.CodeAnalysis.VisualBasic (1)
SymbolDisplay\SymbolDisplayVisitor_Minimal.vb (1)
190
If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
) AndAlso IsDerivedFromAttributeType(symbol) Then
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolDisplay\SymbolDisplayTests.vb (4)
3914
TestSymbolDescription(text, findSymbol, New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3940
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3965
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3989
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),