1 write to Action
System.Web (1)
FileChangesMonitor.cs (1)
542
Action
= action;
3 references to Action
System.Web (3)
FileChangesMonitor.cs (3)
1325
"\n\tArgs: Action=" + nqi.
Action
+ "; fileName=" + nqi.Filename + "; Target=" + nqi.Callback.Target + "(HC=" + nqi.Callback.Target.GetHashCode().ToString("x", NumberFormatInfo.InvariantInfo) + ")");
1328
nqi.Callback(null, new FileChangeEvent(nqi.
Action
, nqi.Filename));
1333
" action=" + nqi.
Action
.ToString() +