4 references to DecodeModifiedIdentifierType
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Query.vb (2)
2831
targetVariableType =
DecodeModifiedIdentifierType
(variableName.Identifier,
4151
targetVariableType =
DecodeModifiedIdentifierType
(syntax.Identifier,
Symbols\Source\SourceComplexParameterSymbol.vb (1)
339
Dim paramType = binder.
DecodeModifiedIdentifierType
(syntax.Identifier, syntax.AsClause, Nothing, getErrorInfo, diagnostics, ModifiedIdentifierTypeDecoderContext.ParameterType)
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
87
Dim paramType As TypeSymbol = binder.
DecodeModifiedIdentifierType
(syntax.Identifier, syntax.AsClause, Nothing, getErrorInfo, diagBag, Binder.ModifiedIdentifierTypeDecoderContext.LambdaParameterType)