4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
10712if (type != this.Type || variables != this.Variables) 28264=> node.Update((TypeSyntax)Visit(node.Type), VisitList(node.Variables));
Parser\LanguageParser.cs (2)
10480declaration.Type.Kind == SyntaxKind.NullableType && 10481SyntaxFacts.IsName(((NullableTypeSyntax)declaration.Type).ElementType.Kind) &&