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