Beispiel #1
0
 internal virtual bool AreNullableAnnotationsGloballyEnabled()
 {
     return(Next.AreNullableAnnotationsGloballyEnabled());
 }
Beispiel #2
0
 internal virtual bool AreNullableAnnotationsGloballyEnabled()
 {
     RoslynDebug.Assert(Next is object);
     return(Next.AreNullableAnnotationsGloballyEnabled());
 }