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