2 overrides of HasParameterClosureScope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
192
internal override bool
HasParameterClosureScope
(ISymbol member)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
259
Friend Overrides Function
HasParameterClosureScope
(member As ISymbol) As Boolean
1 reference to HasParameterClosureScope
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5918
if ((member as IMethodSymbol)?.MethodKind == MethodKind.AnonymousFunction ||
HasParameterClosureScope
(member))