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)
14181
if (type != this.
Type
)
Binder\Binder_Crefs.cs (1)
48
NamespaceOrTypeSymbol result = BindNamespaceOrTypeSymbolInCref(syntax.
Type
);
Binder\WithCrefTypeParametersBinder.cs (1)
52
AddTypeParameters(((TypeCrefSyntax)_crefSyntax).
Type
, map);
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (1)
52
TypeCrefSyntax typeCref => typeCref.
Type
,