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)
387
if ((object)methodThisParameter != null)
LeaveParameter
(methodThisParameter, null, location);
388
if ((object)extensionParameter != null)
LeaveParameter
(extensionParameter, null, location);
395
if ((object)methodThisParameter != null)
LeaveParameter
(methodThisParameter, returnBranch.Branch.Syntax, null);
396
if ((object)extensionParameter != null)
LeaveParameter
(extensionParameter, returnBranch.Branch.Syntax, null);
1625
LeaveParameter
(param, node.Syntax, paramExpr.Syntax.Location);