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