1 write to _result
System.Web (1)
Compilation\BuildDependencySet.cs (1)
27
_result
= result;
2 references to _result
System.Web (2)
Compilation\BuildDependencySet.cs (2)
31
public string HashCode { get { return
_result
.VirtualPathDependenciesHash; } }
33
public IEnumerable VirtualPaths { get { return
_result
.VirtualPathDependencies; } }