3 overrides of ReportUnassignedOutParameter
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DataFlowsInWalker.cs (1)
116protected override void ReportUnassignedOutParameter(
FlowAnalysis\DataFlowsOutWalker.cs (1)
264protected override void ReportUnassignedOutParameter(ParameterSymbol parameter, SyntaxNode node, Location location)
FlowAnalysis\UnassignedVariablesWalker.cs (1)
70protected override void ReportUnassignedOutParameter(ParameterSymbol parameter, SyntaxNode node, Location location)
4 references to ReportUnassignedOutParameter
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\DataFlowsInWalker.cs (1)
126base.ReportUnassignedOutParameter(parameter, node, location);
FlowAnalysis\DataFlowsOutWalker.cs (1)
270base.ReportUnassignedOutParameter(parameter, node, location);
FlowAnalysis\DefiniteAssignment.cs (1)
1962ReportUnassignedOutParameter(parameter, syntax, location);
FlowAnalysis\UnassignedVariablesWalker.cs (1)
73base.ReportUnassignedOutParameter(parameter, node, location);