1 write to _absDir
Microsoft.DotNet.HotReload.Utils.Generator (1)
Script\Json\Parsing.cs (1)
22
_absDir
= System.IO.Path.GetDirectoryName(System.IO.Path.GetFullPath(path))!;
1 reference to _absDir
Microsoft.DotNet.HotReload.Utils.Generator (1)
Script\Json\Parsing.cs (1)
40
return System.IO.Path.GetFullPath(relativePath,
_absDir
);