4 references to HasDefaultType
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (3)
1333hasExplicitType = Not HasDefaultType(identifier, asClauseOpt) 1448Dim hasExplicitType = Not HasDefaultType(identifier, Nothing) 1538Dim hasExplicitType = Not HasDefaultType(identifier, Nothing)
Binding\Binder_Utils.vb (1)
411Return HasDefaultType(identifierSyntax.Identifier, asClauseOptSyntax)