1 instantiation of CustomDebugInfoEncoder
Microsoft.CodeAnalysis (1)
PEWriter\CustomDebugInfoWriter.cs (1)
100
var encoder = new
CustomDebugInfoEncoder
(pooledBuilder);
8 references to CustomDebugInfoEncoder
Microsoft.CodeAnalysis (8)
PEWriter\CustomDebugInfoWriter.cs (8)
100
var
encoder = new CustomDebugInfoEncoder(pooledBuilder);
134
internal static void SerializeCustomDebugInformation(ref
CustomDebugInfoEncoder
encoder, EditAndContinueMethodDebugInformation debugInfo)
203
private static void SerializeDynamicLocalInfo(ref
CustomDebugInfoEncoder
encoder, IMethodBody methodBody)
213
var flags = new byte[
CustomDebugInfoEncoder
.DynamicAttributeSize];
231
dynamicTransformFlags.Length <=
CustomDebugInfoEncoder
.DynamicAttributeSize &&
232
local.Name.Length <
CustomDebugInfoEncoder
.IdentifierSize;
245
private static void SerializeTupleElementNames(ref
CustomDebugInfoEncoder
encoder, IMethodBody methodBody)
262
private void SerializeNamespaceScopeMetadata(ref
CustomDebugInfoEncoder
encoder, EmitContext context, IMethodBody methodBody)