5 references to DecodeIdentifierType
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Symbols.vb (1)
636
argumentType = binder.
DecodeIdentifierType
(nameSyntax, namedElement.AsClause, getRequireTypeDiagnosticInfoFunc:=Nothing, diagBag:=diagnostics)
Symbols\Source\SourceDelegateMethodSymbol.vb (1)
121
Return binder.
DecodeIdentifierType
(delegateSyntax.Identifier, asClause, getErrorInfo, diagnostics)
Symbols\Source\SourceEventSymbol.vb (1)
168
type = binder.
DecodeIdentifierType
(syntax.Identifier, syntax.AsClause, Nothing, diagnostics)
Symbols\Source\SourceMethodSymbol.vb (1)
2288
retType = binder.
DecodeIdentifierType
(GetNameToken(methodStatement), asClause, getErrorInfo, diagBag)
Symbols\Source\SourcePropertySymbol.vb (1)
370
Dim type = binder.
DecodeIdentifierType
(identifier, asClause, getErrorInfo, diagnostics)