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