1 write to _context
illink (1)
Linker\MarkingHelpers.cs (1)
14
_context
= context;
6 references to _context
illink (6)
Linker\MarkingHelpers.cs (6)
22
if (assembly.MainModule.GetMatchingExportedType (typeToMatch,
_context
, out var exportedType))
28
if (!
_context
.Annotations.MarkProcessed (exportedType, reason))
31
_context
.Annotations.Mark (module, reason, origin);
40
var assembly =
_context
.Resolve (typeReference.Scope);
42
_context
.TryResolve (typeReference) is TypeDefinition typeDefinition &&
43
assembly.MainModule.GetMatchingExportedType (typeDefinition,
_context
, out var exportedType))