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)
571if ((string.IsNullOrEmpty(_fullPathWithoutExtension)) && (!string.IsNullOrEmpty(_fullPath))) 575return _fullPathWithoutExtension;