1 write to Locals
Microsoft.CodeAnalysis (1)
Operations\ControlFlowRegion.cs (1)
78Locals = locals.NullToEmpty();
10 references to Locals
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolUsageAnalysis.DataFlowAnalyzer.cs (1)
179foreach (var local in region.Locals)
Microsoft.CodeAnalysis.Test.Utilities (8)
Compilation\ControlFlowGraphVerifier.cs (8)
148Assert.Empty(currentRegion.Locals); 1404if (!region.Locals.IsEmpty) 1408foreach (ILocalSymbol local in region.Locals) 1459Assert.Empty(region.Locals); 1494Assert.False(region.Locals.IsEmpty && region.LocalFunctions.IsEmpty && region.CaptureIds.IsEmpty); 1500Assert.Empty(region.Locals); 1508Assert.Empty(region.Locals); 1690foreach (ILocalSymbol l in region.Locals)
Microsoft.CodeAnalysis.Workspaces (1)
SymbolUsageAnalysis.DataFlowAnalyzer.cs (1)
179foreach (var local in region.Locals)