1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
CodeTaskFactory.cs (1)
237
_sourcePath
= taskContent.Attributes["Source"].Value;
3 references to _sourcePath
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
239
if (
_sourcePath
.Length == 0)
783
if (
_sourcePath
!= null)
788
string resolvedPath = TaskFactoryUtilities.ResolveTaskSourceCodePath(
_sourcePath
, isMultiThreaded, projectDirectory);