public void Visit(CilCustomAttribute attribute)
 {
     WriteIndentation();
     _writer.WriteLine(string.Format(".custom {0} = {1}", attribute.Constructor, attribute.GetValueString()));
 }
 public void Visit(CilCustomAttribute attribute)
 {
     WriteIndentation();
     _writer.WriteLine(string.Format(".custom {0} = {1}", attribute.Constructor, attribute.GetValueString()));
 }