using System; namespace Mono.CompilerServices.SymbolWriter { public interface ISourceFile { SourceFileEntry Entry { get; } } }