1 write to _markContext
illink (1)
Linker.Steps\MarkStep.cs (1)
245
_markContext
= new MarkStepContext();
2 references to _markContext
illink (2)
Linker.Steps\MarkStep.cs (2)
85
Debug.Assert(
_markContext
!= null);
86
return
_markContext
;