1 write to _taskType
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlTaskFactory.cs (1)
74
_taskType
= _taskAssembly.GetType(String.Concat(XamlTaskNamespace, ".", TaskName), true);
2 references to _taskType
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\XamlTaskFactory.cs (2)
72
if (
_taskType
== null)
77
return
_taskType
;