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)
72if (_taskType == null) 77return _taskType;