1 write to _outputPaths
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
80set => _outputPaths = value;
9 references to _outputPaths
Microsoft.Build.Tasks.Core (9)
XslTransformation.cs (9)
76ErrorUtilities.VerifyThrowArgumentNull(_outputPaths, "OutputPath"); 77return _outputPaths; 103ErrorUtilities.VerifyThrowArgumentNull(_outputPaths, "OutputPath"); 118if (XmlInputPaths != null && XmlInputPaths.Length != _outputPaths.Length) 120Log.LogErrorWithCodeFromResources("General.TwoVectorsMustHaveSameLength", _outputPaths.Length, XmlInputPaths.Length, "OutputPaths", "XmlInputPaths"); 125if (XmlContent != null && _outputPaths.Length != 1) 127Log.LogErrorWithCodeFromResources("General.TwoVectorsMustHaveSameLength", _outputPaths.Length, 1, "OutputPaths", "XmlContent"); 172using (XmlWriter xmlWriter = XmlWriter.Create(_outputPaths[i].ItemSpec, xslct.OutputSettings)) 196XmlInputPaths[i].CopyMetadataTo(_outputPaths[i]);