9 references to RemoveAttributeSuffix
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
287
Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
) &&
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
SymbolDisplay\SymbolDisplayTests.cs (3)
3039
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3062
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3083
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)
3916
TestSymbolDescription(text, findSymbol, New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3942
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3967
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3991
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),