1 write to Document
Microsoft.DotNet.HotReload.Utils.Generator.Data (1)
Script\Json\Script.cs (1)
27
Document
= document;
2 references to Document
Microsoft.DotNet.HotReload.Utils.Generator (1)
Script\Json\Parsing.cs (1)
51
changes = script.Changes.Select(c => Plan.Change.Create(AbsPath(c.
Document
), AbsPath(c.Update))).ToArray();
Microsoft.DotNet.HotReload.Utils.Generator.Tasks (1)
HotReloadDeltaGeneratorComputeScriptOutputs.cs (1)
125
result[i] = new TaskItem(changes[i].Update, new Dictionary<string,string> { { "DeltaForBaseline", changes[i].
Document
} });