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