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