public override void WriteDebugSymbol (MonoSymbolFile file) { if (IsPartialPart) return; foreach (var m in members) { m.WriteDebugSymbol (file); } }