2 writes to _referenceAssembliesPath
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (2)
250
_referenceAssembliesPath
= referenceAssembliesPath;
254
_referenceAssembliesPath
= referenceAssembliesPath + Path.DirectorySeparatorChar;
3 references to _referenceAssembliesPath
Microsoft.NET.Build.Tasks (3)
DependencyContextBuilder.cs (3)
433
if (!string.IsNullOrEmpty(
_referenceAssembliesPath
) &&
434
referenceAssembly.FullPath?.StartsWith(
_referenceAssembliesPath
) == true)
436
resolvedPath = referenceAssembly.FullPath.Substring(
_referenceAssembliesPath
.Length);