1 2 3 4 5 6 7 8 9 10
// CS8081: Expression does not have a name // Line: 8 class C { void Foo () { string s = nameof (this); } }