1 write to _fileDependencies
System.Web (1)
Compilation\BuildResult.cs (1)
1094
_fileDependencies
= new string[pageParser.SourceDependencies.Count];
2 references to _fileDependencies
System.Web (2)
Compilation\BuildResult.cs (2)
1097
_fileDependencies
[i++] = dependency;
1121
page.AddWrappedFileDependencies(
_fileDependencies
);