13 overrides of IsIDispatchConstant
Microsoft.CodeAnalysis.VisualBasic (13)
Semantics\Operators.vb (1)
3375Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
556Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
919Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
162Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\SignatureOnlyParameterSymbol.vb (1)
161Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Source\LambdaParameterSymbol.vb (1)
95Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Source\MeParameterSymbol.vb (1)
138Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Source\SourceClonedParameterSymbol.vb (1)
118Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1525Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Source\SourceParameterSymbol.vb (1)
51Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\SubstitutedParameterSymbol.vb (1)
134Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
138Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
127Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
8 references to IsIDispatchConstant
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Invocation.vb (1)
3261ElseIf param.IsIDispatchConstant Then
Semantics\Operators.vb (1)
3377Return _parameterToLift.IsIDispatchConstant
Symbols\ReducedExtensionMethodSymbol.vb (1)
921Return m_CurriedFromParameter.IsIDispatchConstant
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
164Return _underlyingParameter.IsIDispatchConstant
Symbols\Source\SourceClonedParameterSymbol.vb (1)
120Return _originalParam.IsIDispatchConstant
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1531Return _clonedFrom.IsIDispatchConstant
Symbols\SubstitutedParameterSymbol.vb (1)
136Return _originalDefinition.IsIDispatchConstant
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
129Return Me._underlyingParameter.IsIDispatchConstant