7 references to XmlInputPaths
Microsoft.Build.Tasks.Core (7)
XslTransformation.cs (7)
115AbsolutePath?[] absoluteXmlInputPaths = XmlInputPaths != null 116? Array.ConvertAll(XmlInputPaths, item => item.ItemSpec != null ? TaskEnvironment.GetAbsolutePath(item.ItemSpec) : (AbsolutePath?)null) 130if (XmlInputPaths != null && XmlInputPaths.Length != _outputPaths.Length) 132Log.LogErrorWithCodeFromResources("General.TwoVectorsMustHaveSameLength", _outputPaths.Length, XmlInputPaths.Length, "OutputPaths", "XmlInputPaths"); 204for (int i = 0; i < XmlInputPaths.Length; i++) 206XmlInputPaths[i].CopyMetadataTo(_outputPaths[i]);