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

ReadScope() private method

private ReadScope ( MethodDebugInformation method_info ) : void
method_info MethodDebugInformation
return void
        void ReadScope(MethodDebugInformation method_info)
        {
            method_info.scope = debug_reader.ReadScope (method_info.method);
        }