7 references to OutputFiles
Microsoft.Build.Tasks.Core (7)
ResGenDependencies.cs (7)
395
Debug.Assert(
OutputFiles
!= null, "This has not been initialized");
396
Debug.Assert(otherLibrary.
OutputFiles
!= null, "The other library has not been initialized");
397
if (
OutputFiles
.Length != otherLibrary.
OutputFiles
.Length)
402
for (int i = 0; i <
OutputFiles
.Length; i++)
404
if (!String.Equals(
OutputFiles
[i], otherLibrary.
OutputFiles
[i], StringComparison.OrdinalIgnoreCase))