5 references to GetMethodSubstitute
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\SubstitutedNamedType.vb (5)
376Dim getMethod = GetMethodSubstitute(methodSubstitutions, memberProperty.GetMethod) 377Dim setMethod = GetMethodSubstitute(methodSubstitutions, memberProperty.SetMethod) 383Dim addMethod = GetMethodSubstitute(methodSubstitutions, memberEvent.AddMethod) 384Dim removeMethod = GetMethodSubstitute(methodSubstitutions, memberEvent.RemoveMethod) 385Dim raiseMethod = GetMethodSubstitute(methodSubstitutions, memberEvent.RaiseMethod)