2 writes to _hasDelegateEscape
Microsoft.CodeAnalysis.Features (2)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (2)
245
_hasDelegateEscape
= !IsHandledDelegateCreationOrAnonymousFunctionTreeShape(operationAnalysisContext.Operation);
258
_hasDelegateEscape
= !IsHandledLocalOrParameterReferenceTreeShape(operationAnalysisContext.Operation);
3 references to _hasDelegateEscape
Microsoft.CodeAnalysis.Features (3)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (3)
243
if (!
_hasDelegateEscape
)
256
if (!
_hasDelegateEscape
)
440
if (
_hasDelegateEscape
)