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)
223if (_sourcePath.Length == 0) 750if (_sourcePath != null) 752_sourceCode = File.ReadAllText(_sourcePath);