예제 #1
0
파일: PdbState.cs 프로젝트: slamj1/dnlib
 internal void InitializeCustomDebugInfos(MDToken token, GenericParamContext gpContext, IList <PdbCustomDebugInfo> result)
 {
     Debug.Assert(token.Table != Table.Method, "Methods get initialized when reading the method bodies");
     if (reader != null)
     {
         reader.GetCustomDebugInfos(token.ToInt32(), gpContext, result);
     }
 }