5 references to CheckMethod
illink (5)
Linker.Steps\CleanStep.cs (5)
79
evt.AddMethod =
CheckMethod
(type, evt.AddMethod);
80
evt.InvokeMethod =
CheckMethod
(type, evt.InvokeMethod);
81
evt.RemoveMethod =
CheckMethod
(type, evt.RemoveMethod);
100
prop.GetMethod =
CheckMethod
(type, prop.GetMethod);
101
prop.SetMethod =
CheckMethod
(type, prop.SetMethod);