5 references to Type
Microsoft.CodeAnalysis.CSharp (4)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2128=> node.Update((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"));
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14181if (type != this.Type)
Binder\Binder_Crefs.cs (1)
48NamespaceOrTypeSymbol result = BindNamespaceOrTypeSymbolInCref(syntax.Type);
Binder\WithCrefTypeParametersBinder.cs (1)
52AddTypeParameters(((TypeCrefSyntax)_crefSyntax).Type, map);
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (1)
52TypeCrefSyntax typeCref => typeCref.Type,