public static bool IsReadOnly(this FieldDeclarationSyntax @this) { return(@this.HasModifier(SyntaxKind.ReadOnlyKeyword)); }