1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
CodeTaskFactory.cs (1)
221
_sourcePath
= taskContent.Attributes["Source"].Value;
3 references to _sourcePath
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
223
if (
_sourcePath
.Length == 0)
750
if (
_sourcePath
!= null)
752
_sourceCode = File.ReadAllText(
_sourcePath
);