12 overrides of IsIDispatchConstant
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
556Friend Overrides ReadOnly Property IsIDispatchConstant As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
945Friend 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)
1542Friend 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
6 references to IsIDispatchConstant
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\ReducedExtensionMethodSymbol.vb (1)
947Return 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)
1548Return _clonedFrom.IsIDispatchConstant
Symbols\SubstitutedParameterSymbol.vb (1)
136Return _originalDefinition.IsIDispatchConstant
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
129Return Me._underlyingParameter.IsIDispatchConstant