1 instantiation of MarkStep
illink (1)
Linker\Driver.cs (1)
1445
p.AppendStep (new
MarkStep
());
22 references to MarkStep
illink (22)
Linker.Dataflow\AttributeDataFlow.cs (2)
17
readonly
MarkStep
_markStep;
20
public AttributeDataFlow (LinkContext context,
MarkStep
markStep, in MessageOrigin origin)
Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs (2)
16
readonly
MarkStep
_markStep;
42
public DynamicallyAccessedMembersTypeHierarchy (LinkContext context,
MarkStep
markStep)
Linker.Dataflow\GenericArgumentDataFlow.cs (2)
16
readonly
MarkStep
_markStep;
19
public GenericArgumentDataFlow (LinkContext context,
MarkStep
markStep, in MessageOrigin origin)
Linker.Dataflow\HandleCallAction.cs (3)
24
readonly
MarkStep
_markStep;
31
MarkStep
markStep,
63
MarkStep
.ReportRequiresUnreferencedCode (calledMethod.GetDisplayName (), requiresUnreferencedCode, _diagnosticContext);
Linker.Dataflow\ReflectionMarker.cs (2)
17
readonly
MarkStep
_markStep;
20
public ReflectionMarker (LinkContext context,
MarkStep
markStep, bool enabled)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (3)
20
readonly
MarkStep
_markStep;
53
public ReflectionMethodBodyScanner (LinkContext context,
MarkStep
parent, MessageOrigin origin)
168
MarkStep
markStep)
Linker.Dataflow\TrimAnalysisMethodCallPattern.cs (1)
64
public void MarkAndProduceDiagnostics (ReflectionMarker reflectionMarker,
MarkStep
markStep, LinkContext context)
Linker.Dataflow\TrimAnalysisPatternStore.cs (1)
47
public void MarkAndProduceDiagnostics (ReflectionMarker reflectionMarker,
MarkStep
markStep)
Linker.Steps\SweepStep.cs (1)
471
|| (ov.DeclaringType.IsInterface && !
MarkStep
.IsInterfaceImplementationMarkedRecursively (method.DeclaringType, ov.DeclaringType, Context)))
Linker.Steps\UnsafeAccessorMarker.cs (2)
13
readonly struct UnsafeAccessorMarker (LinkContext context,
MarkStep
markStep)
16
readonly
MarkStep
_markStep = markStep;
Linker\Driver.cs (3)
782
p.AddStepAfter (typeof (
MarkStep
), new ReflectionBlockedStep ());
927
pipeline.AddStepBefore (typeof (
MarkStep
), new LinkAttributesStep (File.OpenRead (file), file));
932
pipeline.AddStepBefore (typeof (
MarkStep
), new BodySubstituterStep (File.OpenRead (file), file));