3 writes to _fullPathWithoutExtension
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Reference.cs (3)
497
_fullPathWithoutExtension
= null;
525
_fullPathWithoutExtension
= null;
573
_fullPathWithoutExtension
= Path.Combine(DirectoryName, FileNameWithoutExtension);
2 references to _fullPathWithoutExtension
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Reference.cs (2)
571
if ((string.IsNullOrEmpty(
_fullPathWithoutExtension
)) && (!string.IsNullOrEmpty(_fullPath)))
575
return
_fullPathWithoutExtension
;