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