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