9 references to RemoveAttributeSuffix
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
268
format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
) &&
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
SymbolDisplay\SymbolDisplayTests.cs (3)
2903
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
2926
new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
2947
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)
3915
TestSymbolDescription(text, findSymbol, New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3941
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3966
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),
3990
New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.
RemoveAttributeSuffix
),