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