1 write to AssemblyPath
Microsoft.Build.Framework (1)
Utilities\TaskFactoryUtilities.cs (1)
45AssemblyPath = assemblyPath;
6 references to AssemblyPath
Microsoft.Build.Framework (2)
Utilities\TaskFactoryUtilities.cs (2)
57public bool IsValid => string.IsNullOrEmpty(AssemblyPath) || FileUtilities.FileExistsNoThrow(AssemblyPath);
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (1)
840string cachedPath = cachedEntry.AssemblyPath;
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (3)
687if (!string.IsNullOrEmpty(cachedEntry.AssemblyPath) && !FileUtilities.FileExistsNoThrow(cachedEntry.AssemblyPath)) 696_assemblyPath = cachedEntry.AssemblyPath;