4 references to AddUsingGroups
Microsoft.CodeAnalysis (1)
PEWriter\CustomDebugInfoWriter.cs (1)
282
encoder.
AddUsingGroups
(usingCounts);
Microsoft.CodeAnalysis.UnitTests (3)
Emit\CustomDebugInfoTests.cs (3)
435
cdiEncoder.
AddUsingGroups
(new int[0]);
447
cdiEncoder.
AddUsingGroups
(new[] { 1, 2, 3, 4 });
481
cdiEncoder.
AddUsingGroups
(new[] { 1, 2, 3 });