2 types derived from SubstitutedMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\SubstitutedMethodSymbol.vb (2)
422
Inherits
SubstitutedMethodSymbol
702
Inherits
SubstitutedMethodSymbol
29 references to SubstitutedMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (29)
Symbols\ConstraintsHelper.vb (1)
600
Dim substitution = DirectCast(method,
SubstitutedMethodSymbol
).TypeSubstitution
Symbols\MethodSymbol.vb (1)
633
Return New
SubstitutedMethodSymbol
.ConstructedNotSpecializedGenericMethod(substitution, typeArguments)
Symbols\ReducedExtensionMethodSymbol.vb (2)
307
Return New
SubstitutedMethodSymbol
.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, Me.TypeArguments)
320
Return New
SubstitutedMethodSymbol
.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, resultTypeArguments.AsImmutableOrNull())
Symbols\SubstitutedEventSymbol.vb (6)
21
Private ReadOnly _addMethod As
SubstitutedMethodSymbol
22
Private ReadOnly _removeMethod As
SubstitutedMethodSymbol
23
Private ReadOnly _raiseMethod As
SubstitutedMethodSymbol
35
addMethod As
SubstitutedMethodSymbol
,
36
removeMethod As
SubstitutedMethodSymbol
,
37
raiseMethod As
SubstitutedMethodSymbol
,
Symbols\SubstitutedMethodSymbol.vb (1)
381
Private Function EqualsWithNoRegardToTypeArguments(Of T As
SubstitutedMethodSymbol
)(other As T) As Boolean
Symbols\SubstitutedNamedType.vb (8)
305
Protected Overridable Function SubstituteTypeParametersForMemberMethod(memberMethod As MethodSymbol) As
SubstitutedMethodSymbol
307
Return
SubstitutedMethodSymbol
.SpecializedGenericMethod.Create(Me, memberMethod)
310
Return New
SubstitutedMethodSymbol
.SpecializedNonGenericMethod(Me, memberMethod)
396
addMethod As
SubstitutedMethodSymbol
,
397
removeMethod As
SubstitutedMethodSymbol
,
398
raiseMethod As
SubstitutedMethodSymbol
,
404
Private Shared Function GetMethodSubstitute(methodSubstitutions As Dictionary(Of MethodSymbol,
SubstitutedMethodSymbol
), method As MethodSymbol) As
SubstitutedMethodSymbol
Symbols\SubstitutedParameterSymbol.vb (3)
19
Public Shared Function CreateMethodParameter(container As
SubstitutedMethodSymbol
, originalDefinition As ParameterSymbol) As SubstitutedParameterSymbol
232
Private ReadOnly _container As
SubstitutedMethodSymbol
234
Public Sub New(container As
SubstitutedMethodSymbol
,
Symbols\SubstitutedPropertySymbol.vb (4)
25
Private ReadOnly _getMethod As
SubstitutedMethodSymbol
26
Private ReadOnly _setMethod As
SubstitutedMethodSymbol
31
getMethod As
SubstitutedMethodSymbol
,
32
setMethod As
SubstitutedMethodSymbol
,
Symbols\SubstitutedTypeParameterSymbol.vb (2)
68
TypeOf container Is
SubstitutedMethodSymbol
.SpecializedGenericMethod OrElse
90
DirectCast(_containingSymbol,
SubstitutedMethodSymbol
).TypeSubstitution,
Symbols\TypeSymbolExtensions.vb (1)
986
genericMethod As
SubstitutedMethodSymbol
.SpecializedGenericMethod