2 overrides of SupportsDiscard
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer.cs (1)
26protected override bool SupportsDiscard(SyntaxTree tree)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicRemoveUnusedParametersAndValuesDiagnosticAnalyzer.vb (1)
32Protected Overrides Function SupportsDiscard(tree As SyntaxTree) As Boolean
1 reference to SupportsDiscard
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.cs (1)
230!SupportsDiscard(syntaxTree))