1 write to AssemblyPath
Microsoft.Build.Framework (1)
Utilities\TaskFactoryUtilities.cs (1)
46AssemblyPath = assemblyPath;
5 references to AssemblyPath
Microsoft.Build.Framework (2)
Utilities\TaskFactoryUtilities.cs (2)
58public bool IsValid => string.IsNullOrEmpty(AssemblyPath) || FileUtilities.FileExistsNoThrow(AssemblyPath);
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (3)
711if (!string.IsNullOrEmpty(cachedEntry.AssemblyPath) && !FileUtilities.FileExistsNoThrow(cachedEntry.AssemblyPath)) 720_assemblyPath = cachedEntry.AssemblyPath;