Base:
method
LeaveParameter
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.LeaveParameter(Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol, Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.Location)
5 references to LeaveParameter
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\DefiniteAssignment.cs (5)
386
if ((object)methodThisParameter != null)
LeaveParameter
(methodThisParameter, null, location);
387
if ((object)extensionParameter != null)
LeaveParameter
(extensionParameter, null, location);
394
if ((object)methodThisParameter != null)
LeaveParameter
(methodThisParameter, returnBranch.Branch.Syntax, null);
395
if ((object)extensionParameter != null)
LeaveParameter
(extensionParameter, returnBranch.Branch.Syntax, null);
1639
LeaveParameter
(param, node.Syntax, paramExpr.Syntax.Location);