21 references to ModifiedIdentifierTypeDecoderContext
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder_Query.vb (4)
2836
ModifiedIdentifierTypeDecoderContext
.LocalType Or
2837
ModifiedIdentifierTypeDecoderContext
.QueryRangeVariableType)
4156
ModifiedIdentifierTypeDecoderContext
.LocalType Or
4157
ModifiedIdentifierTypeDecoderContext
.QueryRangeVariableType)
Binding\Binder_Statements.vb (3)
1351
ModifiedIdentifierTypeDecoderContext
.StaticLocalType Or
ModifiedIdentifierTypeDecoderContext
.LocalType,
1352
ModifiedIdentifierTypeDecoderContext
.LocalType))
Binding\Binder_Utils.vb (12)
488
Optional decoderContext As
ModifiedIdentifierTypeDecoderContext
=
ModifiedIdentifierTypeDecoderContext
.None
514
If (decoderContext And
ModifiedIdentifierTypeDecoderContext
.ParameterType) <> 0 Then
516
ElseIf (decoderContext And
ModifiedIdentifierTypeDecoderContext
.LocalOrFieldType) <> 0 AndAlso
517
((decoderContext And
ModifiedIdentifierTypeDecoderContext
.StaticLocalType) <> 0 OrElse
552
ElseIf (decoderContext And
ModifiedIdentifierTypeDecoderContext
.LambdaParameterType) =
ModifiedIdentifierTypeDecoderContext
.LambdaParameterType Then
578
Optional decoderContext As
ModifiedIdentifierTypeDecoderContext
= Nothing
610
Optional decoderContext As
ModifiedIdentifierTypeDecoderContext
= Nothing
669
Optional decoderContext As
ModifiedIdentifierTypeDecoderContext
=
ModifiedIdentifierTypeDecoderContext
.None
683
(decoderContext And
ModifiedIdentifierTypeDecoderContext
.QueryRangeVariableType) = 0 Then
Symbols\Source\SourceMemberFieldSymbol.vb (1)
202
VisualBasic.Binder.
ModifiedIdentifierTypeDecoderContext
.FieldType)
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
87
Dim paramType As TypeSymbol = binder.DecodeModifiedIdentifierType(syntax.Identifier, syntax.AsClause, Nothing, getErrorInfo, diagBag, Binder.
ModifiedIdentifierTypeDecoderContext
.LambdaParameterType)