1 // cs1574-7.cs: XML comment on `A' has cref attribute `ExecuteSilently' that could not be resolved
3 // Compiler options: -doc:dummy.xml -warnaserror
5 public interface IExecutable
{
7 void ExecuteSilently ();
11 /// <see cref="ExecuteSilently">this is not allowed</see>
13 public class A
: IExecutable
{
18 void IExecutable
.ExecuteSilently () {