Base:
property
Type
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.ParameterSymbol.Type
6 references to Type
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceComplexParameterSymbol.vb (2)
173inProgressBinder.BindParameterDefaultValue(Me.Type, defaultSyntax, diagnostics, constValue:=constValue) 319Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.Ordinal, Me.Type, Me.Locations(0), _syntaxRef, _flags, _lazyDefaultValue)
Symbols\Source\SourceParameterSymbol.vb (3)
429Type.IsReferenceType Then 447If Type.IsStringType() Then 494If Type.IsStringType() AndAlso
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
36Return New SourceSimpleParameterSymbol(newContainingSymbol, Name, Ordinal, Type, Location)