2 writes to sourceFilePaths
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
221
sourceFilePaths
= new HashSet<string>();
234
this.
sourceFilePaths
= value;
3 references to sourceFilePaths
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (3)
219
if (
sourceFilePaths
== null)
226
sourceFilePaths
.Add(sourceCodeFile);
230
return
sourceFilePaths
;