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