6 writes to DiaSymReaderPath
Microsoft.NET.Build.Tasks (6)
ResolveReadyToRunCompilers.cs (6)
309
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.arm.dll");
316
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", "x86_arm", "native", "Microsoft.DiaSymReader.Native.x86.dll");
325
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.arm64.dll");
337
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", "x64_arm64", "native", "Microsoft.DiaSymReader.Native.amd64.dll");
346
_crossgenTool.
DiaSymReaderPath
= Path.Combine(_crossgenTool.PackagePath, "runtimes", _targetRuntimeIdentifier, "native", "Microsoft.DiaSymReader.Native.amd64.dll");
350
_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
);