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