6 writes to DiaSymReaderPath
Microsoft.NET.Build.Tasks (6)
ResolveReadyToRunCompilers.cs (6)
301
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.arm.dll");
308
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", "x86_arm", "native", "Microsoft.DiaSymReader.Native.x86.dll");
317
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.arm64.dll");
329
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", "x64_arm64", "native", "Microsoft.DiaSymReader.Native.amd64.dll");
338
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.amd64.dll");
342
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.x86.dll");
2 references to DiaSymReaderPath
Microsoft.NET.Build.Tasks (2)
ResolveReadyToRunCompilers.cs (2)
113
if (!string.IsNullOrEmpty(_crossgenTool.
DiaSymReaderPath
))
115
CrossgenTool.SetMetadata(MetadataKeys.DiaSymReader, _crossgenTool.
DiaSymReaderPath
);