4 writes to m_root
Microsoft.NET.Sdk.Publish.Tasks (4)
MsDeploy\VsMSDeployObject.cs (4)
226
m_root
= string.IsNullOrEmpty(root) ? string.Empty : root;
256
m_root
= taskItem.GetMetadata("Path");
258
m_root
= string.Empty;
358
set {
m_root
= value; }
3 references to m_root
Microsoft.NET.Sdk.Publish.Tasks (3)
MsDeploy\VsMSDeployObject.cs (3)
257
if (string.IsNullOrEmpty(
m_root
))
350
string root = m_fNoDisplayRoot ? "******" :
m_root
;
357
get { return
m_root
; }