2 overrides of Type
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
13784
public override TypeSyntax?
Type
=> GetRed(ref this.type, 2);
13876
public override TypeSyntax
Type
=> GetRed(ref this.type, 2)!;
4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\ParameterHelpers.cs (3)
307
Debug.Assert(parameterSyntax.
Type
!= null);
308
var parameterType = withTypeParametersBinder.BindType(parameterSyntax.
Type
, diagnostics, suppressUseSiteDiagnostics: suppressUseSiteDiagnostics);
868
syntax.
Type
?.Location ?? syntax.GetLocation(),
Syntax\SyntaxFacts.cs (1)
161
return ((BaseParameterSyntax)parent).
Type
== node;