5 references to GetMethodSubstitute
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\SubstitutedNamedType.vb (5)
370
Dim getMethod =
GetMethodSubstitute
(methodSubstitutions, memberProperty.GetMethod)
371
Dim setMethod =
GetMethodSubstitute
(methodSubstitutions, memberProperty.SetMethod)
377
Dim addMethod =
GetMethodSubstitute
(methodSubstitutions, memberEvent.AddMethod)
378
Dim removeMethod =
GetMethodSubstitute
(methodSubstitutions, memberEvent.RemoveMethod)
379
Dim raiseMethod =
GetMethodSubstitute
(methodSubstitutions, memberEvent.RaiseMethod)