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