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