4 references to ReportUnassignedIfNotCapturedInLocalFunction
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\DefiniteAssignment.cs (3)
1120ReportUnassignedIfNotCapturedInLocalFunction(symbol, node, slot); 1311ReportUnassignedIfNotCapturedInLocalFunction(fieldSymbol, node, unassignedSlot); 2568ReportUnassignedIfNotCapturedInLocalFunction(backingField, node.Syntax, unassignedSlot);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
87ReportUnassignedIfNotCapturedInLocalFunction(symbol, node, slot, skipIfUseBeforeDeclaration: false);