5 references to FindMethod
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (3)
19
return
FindMethod
(type, name, flags, argTypes, true);
573
this.onLoadedMethod = MethodFinder.
FindMethod
(
580
this.onValidateMethod = MethodFinder.
FindMethod
(
Mapping\MappedMetaModel.cs (2)
610
this.onLoadedMethod = MethodFinder.
FindMethod
(
617
this.onValidateMethod = MethodFinder.
FindMethod
(