2 references to GetCustomDebugInfoBytes
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
PDB\MethodDebugInfo.Native.cs (2)
140
byte[]? customDebugInfo =
GetCustomDebugInfoBytes
(symReader, methodToken, methodVersion);
294
getMethodCustomDebugInfo: (token, arg) =>
GetCustomDebugInfoBytes
(arg.Key, token, arg.Value),