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