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)
239if (_sourcePath.Length == 0) 783if (_sourcePath != null) 788string resolvedPath = TaskFactoryUtilities.ResolveTaskSourceCodePath(_sourcePath, isMultiThreaded, projectDirectory);