8 references to MethodDebugInfoBytes
Roslyn.Test.PdbUtilities (8)
Reader\MethodDebugInfoBytes.cs (4)
30
/// This is a helper class for creating mostly-correct <see cref="
MethodDebugInfoBytes
"/> objects (e.g. circular forwards, extra records, etc).
31
/// To create totally broken objects (e.g. corrupted bytes, alternate scope structures, etc), construct <see cref="
MethodDebugInfoBytes
"/> objects directly.
116
public
MethodDebugInfoBytes
Build()
126
var
info = new MethodDebugInfoBytes(_bytesBuilder.ToImmutableAndFree(), _method);
Reader\MockSymUnmanagedReader.cs (4)
21
private readonly ImmutableDictionary<int,
MethodDebugInfoBytes
> _methodDebugInfoMap;
23
public MockSymUnmanagedReader(ImmutableDictionary<int,
MethodDebugInfoBytes
> methodDebugInfoMap)
37
MethodDebugInfoBytes
info;
63
MethodDebugInfoBytes
info;