3 references to UsingGroups
Microsoft.CodeAnalysis (2)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (1)
95
CustomDebugInfoKind.
UsingGroups
,
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
361
case CustomDebugInfoKind.
UsingGroups
:
Roslyn.Test.PdbUtilities (1)
Reader\MethodDebugInfoBytes.cs (1)
67
_bytesBuilder.Add((byte)CustomDebugInfoKind.
UsingGroups
);