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