1 write to context
illink (1)
Linker\DgmlDependencyRecorder.cs (1)
27
this.
context
= context;
4 references to context
illink (4)
Linker\DgmlDependencyRecorder.cs (4)
130
if (!DependencyRecorderHelper.ShouldRecord(
context
, source, target))
133
string dependent = DependencyRecorderHelper.TokenString(
context
, source);
134
string dependee = DependencyRecorderHelper.TokenString(
context
, target);
155
linkList.Add((source, target, DependencyRecorderHelper.TokenString(
context
, kind)));