// Compiler options: -doc:xml-027.xml using ZZZ = Testing.Test; namespace Testing { /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// class Test { public static void Main () { System.Console.Error.WriteLine ("xml-027 is running fine ;-)"); } // I don't put any documentation here, but cref still works. public void Foo () {} public string Bar; public string Baz { get { return ""; } } } }