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