Mono.Cecil.Cil.PortablePdbReader.ReadCustomDebugInformations C# (CSharp) Method

ReadCustomDebugInformations() private method

private ReadCustomDebugInformations ( MethodDebugInformation info ) : void
info MethodDebugInformation
return void
        void ReadCustomDebugInformations(MethodDebugInformation info)
        {
            info.method.custom_infos = debug_reader.GetCustomDebugInformation (info.method);
        }