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)
433if (!string.IsNullOrEmpty(_referenceAssembliesPath) && 434referenceAssembly.FullPath?.StartsWith(_referenceAssembliesPath) == true) 436resolvedPath = referenceAssembly.FullPath.Substring(_referenceAssembliesPath.Length);