1 write to _hasDelegateCreationOrAnonymousFunction
Microsoft.CodeAnalysis.Features (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
242
_hasDelegateCreationOrAnonymousFunction
= true;
2 references to _hasDelegateCreationOrAnonymousFunction
Microsoft.CodeAnalysis.Features (2)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (2)
430
if (!
_hasDelegateCreationOrAnonymousFunction
)
519
if (!
_hasDelegateCreationOrAnonymousFunction
)