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