9 references to MarkMethod
ILCompiler.Compiler (9)
Compiler\Dataflow\HandleCallAction.cs (1)
159
_reflectionMarker.
MarkMethod
(_diagnosticContext.Origin, methodInstantiated, "MakeGenericMethod");
Compiler\Dataflow\ReflectionMarker.cs (8)
68
MarkMethod
(origin, method, reason, accessKind);
175
MarkMethod
(origin, method, reason.GetDisplayName(), accessKind);
212
MarkMethod
(origin, property.GetMethod, reason);
214
MarkMethod
(origin, property.SetMethod, reason);
223
MarkMethod
(origin, @event.AddMethod, reason);
225
MarkMethod
(origin, @event.RemoveMethod, reason);
235
MarkMethod
(origin, ctor, displayName);
275
MarkMethod
(origin, cctor, reason.GetDisplayName());