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