1 write to context
illink (1)
Linker\XmlDependencyRecorder.cs (1)
50
this.
context
= context;
4 references to context
illink (4)
Linker\XmlDependencyRecorder.cs (4)
112
if (!DependencyRecorderHelper.ShouldRecord (
context
, source) && !DependencyRecorderHelper.ShouldRecord (
context
, target))
131
writer.WriteAttributeString ("b", DependencyRecorderHelper.TokenString (
context
, source));
132
writer.WriteAttributeString ("e", DependencyRecorderHelper.TokenString (
context
, target));