aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/Procedures Assemblies/Microsoft.Build.Utilities.v4.0.xml
blob: 4795812a265ea37136f7e5f344a121593c629055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Build.Utilities.v4.0</name>
  </assembly>
  <members>
    <member name="F:Microsoft.Build.Utilities.ProcessorArchitecture.AMD64">
      <summary>Represents the AMD64 processor.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ProcessorArchitecture.ARM">
      <summary>Represents an ARM processor.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ProcessorArchitecture.IA64">
      <summary>Represents the IA64 processor.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ProcessorArchitecture.MSIL">
      <summary>Represents MSIL.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ProcessorArchitecture.X86">
      <summary>Represents an x86 processor.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.AppDomainIsolatedTask.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.AppDomainIsolatedTask.#ctor(System.Resources.ResourceManager)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class and allows derived <see cref="T:Microsoft.Build.Utilities.Task" /> classes to register their resources.</summary>
      <param name="taskResources">The task resources.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.AppDomainIsolatedTask.#ctor(System.Resources.ResourceManager,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class and allows derived <see cref="T:Microsoft.Build.Utilities.Task" /> classes to register their resources, as well as provide a prefix for composing help keywords from string resource names.</summary>
      <param name="taskResources">The task resources.</param>
      <param name="helpKeywordPrefix">The Help keyword prefix.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.AppDomainIsolatedTask.Execute">
      <summary>Runs the task.</summary>
      <returns>
          <see langword="true" /> if successful; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.AppDomainIsolatedTask.InitializeLifetimeService">
      <summary>When overridden in a derived class, gives tasks infinite lease time.</summary>
      <returns>
          <see langword="null" /> to specify an infinite lifetime.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.AssemblyFoldersExInfo.#ctor(Microsoft.Win32.RegistryHive,Microsoft.Win32.RegistryView,System.String,System.String,System.Version)">
      <summary>Creates a new instance of the <see langword="AssemblyFoldersExInfo" /> class.</summary>
      <param name="hive">Registry hive to use.</param>
      <param name="view">Registry view to use.</param>
      <param name="registryKey">Registry key for the component.</param>
      <param name="directoryPath">Registry keys default folder path.</param>
      <param name="targetFrameworkVersion">Target framework version for the registry key.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Utilities.CanonicalTrackedOutputFiles,System.Boolean,System.Boolean)">
      <summary>Constructor for a single input source file</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The .read. tlog files to interpret</param>
      <param name="sourceFile">The primary source file to interpret dependencies for</param>
      <param name="excludedInputPaths">The set of paths that contain files that are to be ignored during up to date check</param>
      <param name="outputs">The output files produced by compiling this source</param>
      <param name="useMinimalRebuildOptimization">WARNING: Minimal rebuild optimization requires 100% accurate computed outputs to be specified!</param>
      <param name="maintainCompositeRootingMarkers">True to keep composite rooting markers around (many-to-one case) or false to shred them (one-to-one or one-to-many case)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],System.Boolean,System.Boolean)">
      <summary>Constructor for multiple input source files</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The .read. tlog files to interpret</param>
      <param name="sourceFiles">The primary source files to interpret dependencies for</param>
      <param name="excludedInputPaths">The set of paths that contain files that are to be ignored during up to date check</param>
      <param name="outputs">The output files produced by compiling this set of sources</param>
      <param name="useMinimalRebuildOptimization">WARNING: Minimal rebuild optimization requires 100% accurate computed outputs to be specified!</param>
      <param name="maintainCompositeRootingMarkers">True to keep composite rooting markers around (many-to-one case) or false to shred them (one-to-one or one-to-many case)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Utilities.CanonicalTrackedOutputFiles,System.Boolean,System.Boolean)">
      <summary>Constructor for multiple input source files</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The .read. tlog files to interpret</param>
      <param name="sourceFiles">The primary source files to interpret dependencies for</param>
      <param name="excludedInputPaths">The set of paths that contain files that are to be ignored during up to date check</param>
      <param name="outputs">The output files produced by compiling this set of sources</param>
      <param name="useMinimalRebuildOptimization">WARNING: Minimal rebuild optimization requires 100% accurate computed outputs to be specified!</param>
      <param name="maintainCompositeRootingMarkers">True to keep composite rooting markers around (many-to-one case) or false to shred them (one-to-one or one-to-many case)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.#ctor(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Utilities.CanonicalTrackedOutputFiles,System.Boolean,System.Boolean)">
      <summary>Constructor for multiple input source files</summary>
      <param name="tlogFiles">The .read. tlog files to interpret</param>
      <param name="sourceFiles">The primary source files to interpret dependencies for</param>
      <param name="excludedInputPaths">The set of paths that contain files that are to be ignored during up to date check</param>
      <param name="outputs">The output files produced by compiling this set of sources</param>
      <param name="useMinimalRebuildOptimization">WARNING: Minimal rebuild optimization requires 100% accurate computed outputs to be specified!</param>
      <param name="maintainCompositeRootingMarkers">True to keep composite rooting markers around (many-to-one case) or false to shred them (one-to-one or one-to-many case)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.#ctor(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Utilities.CanonicalTrackedOutputFiles,System.Boolean,System.Boolean)">
      <summary>Constructor for multiple input source files</summary>
      <param name="tlogFiles">The .read. tlog files to interpret</param>
      <param name="sourceFiles">The primary source files to interpret dependencies for</param>
      <param name="outputs">The output files produced by compiling this set of sources</param>
      <param name="useMinimalRebuildOptimization">WARNING: Minimal rebuild optimization requires 100% accurate computed outputs to be specified!</param>
      <param name="maintainCompositeRootingMarkers">True to keep composite rooting markers around (many-to-one case) or false to shred them (one-to-one or one-to-many case)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.ComputeSourcesNeedingCompilation">
      <summary>This method computes the sources that need to be compiled based on the output files and the full dependency graph of inputs.</summary>
      <returns>Array of files that need to be compiled</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.ComputeSourcesNeedingCompilation(System.Boolean)">
      <summary>This method computes the sources that need to be compiled based on the output files and the full dependency graph of inputs, optionally searching composite rooting markers for subroots that may contain input files.</summary>
      <param name="searchForSubRootsInCompositeRootingMarkers">If true, search composite rooting markers for subroots.</param>
      <returns>Array of files that need to be compiled</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.FileIsExcludedFromDependencyCheck(System.String)">
      <summary>Test to see if the specified file is excluded from tracked dependency checking</summary>
      <param name="fileName">Full path of the file to test</param>
      <returns>Returns true of the file is excluded.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
      <param name="correspondingOutput">Outputs that correspond ot the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
      <param name="correspondingOutputs">Outputs that correspond ot the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependencyFromEntry(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given source and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
      <param name="dependencyToRemove">The dependency to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveDependencyFromEntry(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="sources">Sources that should be removed from the graph</param>
      <param name="dependencyToRemove">The dependency to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Removes the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.RemoveEntryForSourceRoot(System.String)">
      <summary>Removes the entry in the input dependency graph corresponding to a rooting.</summary>
      <param name="rootingMarker">The root to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.SaveTlog">
      <summary>This method will re-write the tlogs from the current output table new entries will be tracked.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.SaveTlog(Microsoft.Build.Utilities.DependencyFilter)">
      <summary>This method will re-write the tlogs from the current dependency. As the sources are compiled, new entries willbe tracked.</summary>
      <param name="includeInTLog">Delegate used to determine whether a particular file should be included in the compacted tlog.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[])">
      <summary>Constructor</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],System.Boolean)">
      <summary>Constructor</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
      <param name="constructOutputsFromTLogs">If true, construct outputs from tlog files.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.#ctor(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Constructor</summary>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.AddComputedOutputForSourceRoot(System.String,System.String)">
      <summary>This method adds computed outputs for the given source key to the output graph</summary>
      <param name="sourceKey">The source to add outputs for</param>
      <param name="computedOutput">The computed outputs for this source key.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.AddComputedOutputsForSourceRoot(System.String,Microsoft.Build.Framework.ITaskItem[])">
      <summary>This method adds computed outputs for the given source key to the output graph.</summary>
      <param name="sourceKey">The source to add outputs for.</param>
      <param name="computedOutputs">The computed outputs for this source key.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.AddComputedOutputsForSourceRoot(System.String,System.String[])">
      <summary>This method adds computed outputs for the given source key to the output graph.</summary>
      <param name="sourceKey">The source to add outputs for.</param>
      <param name="computedOutputs">The computed outputs for this source key.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.OutputsForNonCompositeSource(Microsoft.Build.Framework.ITaskItem[])">
      <summary>This method determines the outputs for a source root (as in the contents of a rooting marker)</summary>
      <param name="sources">The sources to find outputs for</param>
      <returns>Array of outputs for the source</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.OutputsForSource(Microsoft.Build.Framework.ITaskItem[])">
      <summary>This method determines the outputs for a source root (as in the contents of a rooting marker).</summary>
      <param name="sources">The sources to find outputs for.</param>
      <returns>Array of outputs for the source.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.OutputsForSource(Microsoft.Build.Framework.ITaskItem[],System.Boolean)">
      <summary>This method determines the outputs for a source root (as in the contents of a rooting marker), optionally searching composite rooting markers for subroots that may contain output files.</summary>
      <param name="sources">The sources to find outputs for.</param>
      <param name="searchForSubRootsInCompositeRootingMarkers">If true, search composite rooting markers for subroots.</param>
      <returns>Returns array of outputs for the source.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
      <param name="correspondingOutput">Outputs that correspond to the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
      <param name="correspondingOutputs">Outputs that correspond to the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependencyFromEntry(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given source and corresponding outputs.</summary>
      <param name="source">Source that should be removed from the graph</param>
      <param name="dependencyToRemove">The dependency to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveDependencyFromEntry(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="sources">Sources that should be removed from the graph</param>
      <param name="dependencyToRemove">The dependency to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
      <param name="correspondingOutput">Outputs that correspond to the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveEntriesForSource(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Remove the output graph entries for the given sources and corresponding outputs.</summary>
      <param name="source">Sources that should be removed from the graph</param>
      <param name="correspondingOutputs">Outputs that correspond ot the sources (used for same file processing)</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveOutputForSourceRoot(System.String,System.String)">
      <summary>Remove the specified output from the dependency graph for the given source file.</summary>
      <param name="sourceRoot">The source root.</param>
      <param name="outputPathToRemove">The output path to be removed</param>
      <returns>Returns true of the output path was removed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.RemoveRootsWithSharedOutputs(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Removes any roots that share the same outputs as the rooting from the dependency graph.</summary>
      <param name="sources">The set of sources that form the rooting markers to be removed.</param>
      <returns>An array of the rooting markers that were removed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.SaveTlog">
      <summary>This method will re-write the tlogs from the current output table. New entries will be tracked.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.SaveTlog(Microsoft.Build.Utilities.DependencyFilter)">
      <summary>This method will re-write the tlogs from the current output table. New entries will be tracked.</summary>
      <param name="includeInTLog">The dependency filter.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.CommandLineBuilder" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.#ctor(System.Boolean)">
      <summary>Default constructor</summary>
      <param name="quoteHyphensOnCommandLine">If true, hyphens should be quoted.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendFileNameIfNotNull(Microsoft.Build.Framework.ITaskItem)">
      <summary>Appends the command line with the file name of the specified <see cref="T:Microsoft.Build.Framework.ITaskItem" /> object.</summary>
      <param name="fileItem">The task item specification to append to the command line. If it is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendFileNameIfNotNull(System.String)">
      <summary>Appends the command line with file name represented by the parameter, inserting quotation marks if necessary.</summary>
      <param name="fileName">The file name to append. If it is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendFileNamesIfNotNull(Microsoft.Build.Framework.ITaskItem[],System.String)">
      <summary>Appends the command line with the list of file names in the specified <see cref="T:Microsoft.Build.Framework.ITaskItem" /> array, separated by the specified delimiter.</summary>
      <param name="fileItems">The task item specifications to append. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter to put between task item specifications in the command line.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendFileNamesIfNotNull(System.String[],System.String)">
      <summary>Appends the command line with the list of file names in the specified <see langword="string" /> array, separated by the specified delimiter.</summary>
      <param name="fileNames">The file names to append. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter to put between file names in the command line.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendFileNameWithQuoting(System.String)">
      <summary>Appends the command line with a file name, and surrounds the file name with quotation marks as necessary.</summary>
      <param name="fileName">The file name to append.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendQuotedTextToBuffer(System.Text.StringBuilder,System.String)">
      <summary>Appends given text to the buffer after first quoting the text if necessary.</summary>
      <param name="buffer">The buffer to append to.</param>
      <param name="unquotedTextToAppend">The text to be quoted.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSpaceIfNotEmpty">
      <summary>Adds a space to the specified string, given the string is not empty.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitch(System.String)">
      <summary>Appends the command line with the specified switch.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchIfNotNull(System.String,Microsoft.Build.Framework.ITaskItem)">
      <summary>Appends the command line with a switch that takes a task item specification that acts a single string parameter.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameter">The switch parameter to append to the command line. Quotation marks will be added as necessary. If this value is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchIfNotNull(System.String,Microsoft.Build.Framework.ITaskItem[],System.String)">
      <summary>Appends the command line with a switch that takes an array of task item specifications that act as string parameters.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameters">An array of switch parameters to append to the command line. Quotation marks will be added as necessary. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter that separates individual parameters. This value can be empty, but it cannot be <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchIfNotNull(System.String,System.String)">
      <summary>Appends the command line with a switch that takes a single string parameter.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameter">The switch parameter to append to the command line. Quotation marks will be added as necessary. If this value is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchIfNotNull(System.String,System.String[],System.String)">
      <summary>Appends the command line with a switch that takes an array of string parameters.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameters">An array of switch parameters to append to the command line. Quotation marks will be added as necessary. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter that separates individual parameters. This value can be empty, but it cannot be <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchUnquotedIfNotNull(System.String,Microsoft.Build.Framework.ITaskItem)">
      <summary>Appends the command line with a switch that takes a task item specification as a single string parameter, without attempting to encapsulate the switch parameter with quotation marks.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameter">The switch parameter to append to the command line. Quotation marks will not be added. If this value is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchUnquotedIfNotNull(System.String,Microsoft.Build.Framework.ITaskItem[],System.String)">
      <summary>Appends the command line with a switch that takes an array of task item specifications that act as string parameters, without attempting to encapsulate them with quotation marks.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameters">An array of switch parameters to append to the command line. Quotation marks will not be added. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter that separates individual parameters. This value can be empty, but it cannot be <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchUnquotedIfNotNull(System.String,System.String)">
      <summary>Appends the command line with a switch that takes a single string parameter, without attempting to encapsulate the switch parameter with quotation marks.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameter">The switch parameter to append to the command line. Quotation marks will not be added. If this value is <see langword="null" />, then this method has no effect.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendSwitchUnquotedIfNotNull(System.String,System.String[],System.String)">
      <summary>Appends the command line with a switch that takes an array of string parameters, without attempting to encapsulate switch parameters with quotation marks.</summary>
      <param name="switchName">The name of the switch to append to the command line. This value cannot be <see langword="null" />.</param>
      <param name="parameters">An array of switch parameters to append to the command line. Quotation marks will not be added. If the array is <see langword="null" />, then this method has no effect.</param>
      <param name="delimiter">The delimiter that separates individual parameters. This value can be empty, but it cannot be <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendTextUnquoted(System.String)">
      <summary>Appends the command line with string, without attempting to encapsulate the string with quotation marks.</summary>
      <param name="textToAppend">The string to append to the command line.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.AppendTextWithQuoting(System.String)">
      <summary>Appends the command line with string, and surrounds the string with quotations marks as necessary.</summary>
      <param name="textToAppend">The string to append to the command line.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.IsQuotingRequired(System.String)">
      <summary>Determines whether the specified string parameter should be surrounded with quotation marks because it contains white space.</summary>
      <param name="parameter">The string to examine for characters that require quotation marks.</param>
      <returns>
          <see langword="true" />, if the switch parameter should be surrounded with quotation marks; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.ToString">
      <summary>Returns the command line as a string.</summary>
      <returns>A <see cref="T:System.String" /> that represents the command line.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.CommandLineBuilder.VerifyThrowNoEmbeddedDoubleQuotes(System.String,System.String)">
      <summary>Returns an error if the command line parameter contains a double-quote (") character. Because double quotes are illegal in command line parameters, this method helps prevent parameter injection attacks.</summary>
      <param name="switchName">A string representing the switch name for the error message.</param>
      <param name="parameter">A string representing the switch parameter to scan for double-quotes.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.CreateRootingMarkerResponseFile(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Given a set of source files in the form of ITaskItem, creates a temporary response file containing the rooting marker that corresponds to those sources.</summary>
      <param name="sources">The set of source files.</param>
      <returns>The response file path.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.CreateRootingMarkerResponseFile(System.String)">
      <summary>Given a rooting marker, creates a temporary response file with that rooting marker in it.</summary>
      <param name="rootMarker">The rooting marker to put in the response file.</param>
      <returns>The response file path.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.EndTrackingContext">
      <summary>Stops tracking file accesses.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.EnsureFileTrackerOnPath">
      <summary>Prepends the path to the appropriate FileTracker assembly to the PATH environment variable. Used for inproc tracking.</summary>
      <returns>The old value of the PATH environment variable.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.EnsureFileTrackerOnPath(System.String)">
      <summary>Prepends the path to the appropriate FileTracker assembly to the PATH environment variable. Used for inproc tracking, or when the .NET Framework may not be on the PATH.</summary>
      <param name="rootPath">The root path for FileTracker.dll. Overrides the toolType if specified.</param>
      <returns>The old value of PATH</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FileIsExcludedFromDependencies(System.String)">
      <summary>Test to see if the specified file is excluded from tracked dependencies</summary>
      <param name="fileName">Full path of the file to test</param>
      <returns>Returns true if the file is excluded.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FileIsUnderPath(System.String,System.String)">
      <summary>Test to see if the specified file is under the specified path</summary>
      <param name="fileName">Full path of the file to test</param>
      <param name="path">The path that might contain the file.</param>
      <returns>Returns true if the file is under the path.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FindTrackerOnPath">
      <summary>Searches %PATH% for the location of Tracker.exe, and returns the first path that matches.Matching full path to Tracker.exe or null if a matching path is not found.</summary>
      <returns>Returns the path to Tracker.exe.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.ForceOutOfProcTracking(Microsoft.Build.Utilities.ExecutableType)">
      <summary>Determines whether we must track out-of-proc, or whether inproc tracking will work.</summary>
      <param name="toolType">The executable type for the tool being tracked</param>
      <returns>True if we need to track out-of-proc, false if inproc tracking is OK</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.ForceOutOfProcTracking(Microsoft.Build.Utilities.ExecutableType,System.String,System.String)">
      <summary>Determines whether we must track out-of-proc, or whether inproc tracking will work.</summary>
      <param name="toolType">The executable type for the tool being tracked</param>
      <param name="dllName">The tool being tracked.</param>
      <param name="cancelEventName">The name of the cancel event tracker should listen for, or null if there isn't one</param>
      <returns>True if we need to track out-of-proc, false if inproc tracking is OK</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FormatRootingMarker(Microsoft.Build.Framework.ITaskItem)">
      <summary>Construct a rooting marker string from the ITaskItem array of primary sources.</summary>
      <param name="source">The primary sources.</param>
      <returns>Returns the marker string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FormatRootingMarker(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Framework.ITaskItem)">
      <summary>Construct a rooting marker string from the ITaskItem array of primary sources.</summary>
      <param name="source">The primary sources.</param>
      <param name="output">The output files.</param>
      <returns>Returns the marker string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FormatRootingMarker(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Construct a rooting marker string from the ITaskItem array of primary sources.</summary>
      <param name="sources">ITaskItem array of primary sources.</param>
      <returns>Returns the marker string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.FormatRootingMarker(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Construct a rooting marker string from the ITaskItem array of primary sources.</summary>
      <param name="sources">ITaskItem array of primary sources.</param>
      <param name="outputs">The output files.</param>
      <returns>Returns the marker string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.GetFileTrackerPath(Microsoft.Build.Utilities.ExecutableType)">
      <summary>Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct FileTracker.dll.</summary>
      <param name="toolType">The ExecutableType of the tool being wrapped.</param>
      <returns>Returns the path of the tool.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.GetFileTrackerPath(Microsoft.Build.Utilities.ExecutableType,System.String)">
      <summary>Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct FileTracker.dll.</summary>
      <param name="toolType">The toolType.</param>
      <param name="rootPath">The root path for FileTracker.dll. Overrides the toolType if specified.</param>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.GetTrackerPath(Microsoft.Build.Utilities.ExecutableType)">
      <summary>Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.</summary>
      <param name="toolType">The ExecutableType of the tool being wrapped.</param>
      <returns>Returns the tracker path.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.GetTrackerPath(Microsoft.Build.Utilities.ExecutableType,System.String)">
      <summary>Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.</summary>
      <param name="toolType">The toolType.</param>
      <param name="rootPath">The root path for Tracker.exe. Overrides the toolType if specified.</param>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.ResumeTracking">
      <summary>Resume tracking file accesses in the current tracking context.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.SetThreadCount(System.Int32)">
      <summary>Set the global thread count, and assign that count to the current thread.</summary>
      <param name="threadCount">The thread count.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartProcess(System.String,System.String,Microsoft.Build.Utilities.ExecutableType)">
      <summary>Start the process; tracking the command.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="toolType">The type of executable the wrapped tool is</param>
      <returns>Returns the process instance.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartProcess(System.String,System.String,Microsoft.Build.Utilities.ExecutableType,System.String)">
      <summary>Start the process; tracking the command.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command‘s arguments</param>
      <param name="toolType">The type of executable the wrapped tool is</param>
      <param name="rootFiles">Rooting marker</param>
      <returns>Returns the process instance.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartProcess(System.String,System.String,Microsoft.Build.Utilities.ExecutableType,System.String,System.String)">
      <summary>Start the process; tracking the command.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="toolType">The type of executable the wrapped tool is</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <returns>Returns the process instance</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartProcess(System.String,System.String,Microsoft.Build.Utilities.ExecutableType,System.String,System.String,System.String)">
      <summary>Start the process; tracking the command.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="toolType">The type of executable the wrapped tool is</param>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <returns>Process instance</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartProcess(System.String,System.String,Microsoft.Build.Utilities.ExecutableType,System.String,System.String,System.String,System.String)">
      <summary>Start the process; tracking the command.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="toolType">The type of executable the wrapped tool is</param>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <param name="cancelEventName">If Tracker should be listening on a particular event for cancellation, pass its name here</param>
      <returns>Process instance</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartTrackingContext(System.String,System.String)">
      <summary>Starts tracking file accesses.</summary>
      <param name="intermediateDirectory">The directory into which to write the tracking log files</param>
      <param name="taskName">The name of the task calling this function, used to determine the names of the tracking log files</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StartTrackingContextWithRoot(System.String,System.String,System.String)">
      <summary>Starts tracking file accesses, using the rooting marker in the response file provided. To automatically generate a response file given a rooting marker, call FileTracker.CreateRootingMarkerResponseFile.</summary>
      <param name="intermediateDirectory">The directory into which to write the tracking log files</param>
      <param name="taskName">The name of the task calling this function, used to determine the names of the tracking log files</param>
      <param name="rootMarkerResponseFile">The rooting marker in the response file.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.StopTrackingAndCleanup">
      <summary>Stop tracking file accesses and get rid of the current tracking contexts.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.SuspendTracking">
      <summary>Temporarily suspend tracking of file accesses in the current tracking context.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.TrackerArguments(System.String,System.String,System.String,System.String,System.String)">
      <summary>This method constructs the correct Tracker.exe arguments from its parameters.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <returns>The arguments as a string</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.TrackerArguments(System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>This method constructs the correct Tracker.exe arguments from its parameters.</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <param name="cancelEventName">If a cancel event has been created that Tracker should be listening for, its name is passed here</param>
      <returns>The arguments as a string</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.TrackerCommandArguments(System.String,System.String)">
      <summary>This method constructs the correct Tracker.exe command arguments from its parameters</summary>
      <param name="command">The command to track</param>
      <param name="arguments">The command to track's arguments</param>
      <returns>The arguments as a string</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.TrackerResponseFileArguments(System.String,System.String,System.String)">
      <summary>This method constructs the correct Tracker.exe response file arguments from its parameters.</summary>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <returns>The arguments as a string</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.TrackerResponseFileArguments(System.String,System.String,System.String,System.String)">
      <summary>This method constructs the correct Tracker.exe response file arguments from its parameters.</summary>
      <param name="dllName">The name of the dll that will do the tracking</param>
      <param name="intermediateDirectory">Intermediate directory where tracking logs will be written</param>
      <param name="rootFiles">Rooting marker</param>
      <param name="cancelEventName">If a cancel event has been created that Tracker should be listening for, its name is passed here</param>
      <returns>The arguments as a string</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.WriteAllTLogs(System.String,System.String)">
      <summary>Write tracking logs for all contexts and threads.</summary>
      <param name="intermediateDirectory">The directory into which to write the tracking log files</param>
      <param name="taskName">The name of the task calling this function, used to determine the names of the tracking log files</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FileTracker.WriteContextTLogs(System.String,System.String)">
      <summary>Write tracking logs corresponding to the current tracking context.</summary>
      <param name="intermediateDirectory">The directory into which to write the tracking log files</param>
      <param name="taskName">The name of the task calling this function, used to determine the names of the tracking log files</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],System.Boolean)">
      <summary>Constructor</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The tlog files to interpret</param>
      <param name="skipMissingFiles">Ignore files that do not exist on disk</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITask,Microsoft.Build.Framework.ITaskItem[],System.DateTime)">
      <summary>Constructor</summary>
      <param name="ownerTask">The task that is using file tracker</param>
      <param name="tlogFiles">The tlog files to interpret</param>
      <param name="missingFileTimeUtc">The DateTime that should be recorded for missing file.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],System.DateTime)">
      <summary>Constructor</summary>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
      <param name="tlogFilesToIgnore">The TLogs to ignore.</param>
      <param name="missingFileTimeUtc">The DateTime that should be recorded for missing file.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],System.DateTime,System.String[],System.Collections.Generic.IDictionary{System.String,System.DateTime})">
      <summary>Constructor</summary>
      <param name="tlogFiles">The .tlog files to interpret</param>
      <param name="tlogFilesToIgnore">The .tlog files to ignore</param>
      <param name="missingFileTimeUtc">The date and time that should be recorded for missing file.</param>
      <param name="excludedInputPaths">The set of paths that contain files to be ignored, including any subdirectories.</param>
      <param name="sharedLastWriteTimeUtcCache">Cache to be used which can be shared between multiple FlatTrackingData instances.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITaskItem[],System.Boolean)">
      <summary>Constructor</summary>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
      <param name="skipMissingFiles">Ignore files that do not exist on disk</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.#ctor(Microsoft.Build.Framework.ITaskItem[],System.DateTime)">
      <summary>Constructor</summary>
      <param name="tlogFiles">The .write. tlog files to interpret</param>
      <param name="missingFileTimeUtc">The DateTime that should be recorded for missing file.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.FileIsExcludedFromDependencyCheck(System.String)">
      <summary>Returns <see langword="true" /> if the specified file is excluded from tracked dependency checking.</summary>
      <param name="fileName">Name of the file to test.</param>
      <returns>
          <see langword="true" /> if the file is excluded.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.FinalizeTLogs(System.Boolean,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Compact and finalize the Tlogs based on the success of the tracked execution. </summary>
      <param name="trackedOperationsSucceeded">True indicates that tracked operations succeeded.</param>
      <param name="readTLogNames">TLogs to be read.</param>
      <param name="writeTLogNames">TLogs to be written.</param>
      <param name="trackedFilesToRemoveFromTLogs">Tracked files to be removed from TLogs.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.GetLastWriteTimeUtc(System.String)">
      <summary>Returns cached value for last write time of file. Updates the cache the first            time the file is checked.</summary>
      <param name="file">Name of the file</param>
      <returns>the last write time of the file.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.IsUpToDate(Microsoft.Build.Utilities.Task,Microsoft.Build.Utilities.UpToDateCheckType,Microsoft.Build.Framework.ITaskItem[],Microsoft.Build.Framework.ITaskItem[])">
      <summary>Checks to see if the tracking data indicates that everything is up to date according to UpToDateCheckType.</summary>
      <param name="hostTask">The host task.</param>
      <param name="upToDateCheckType">UpToDateCheckType</param>
      <param name="readTLogNames">The array of read tlogs</param>
      <param name="writeTLogNames">The array of write tlogs</param>
      <returns>Returns true if everything is up to date; false otherwise.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.IsUpToDate(Microsoft.Build.Utilities.TaskLoggingHelper,Microsoft.Build.Utilities.UpToDateCheckType,Microsoft.Build.Utilities.FlatTrackingData,Microsoft.Build.Utilities.FlatTrackingData)">
      <summary>Simple check of up to date state according to the tracking data and the UpToDateCheckType.</summary>
      <param name="Log">TaskLoggingHelper from the host task</param>
      <param name="upToDateCheckType">UpToDateCheckType to use</param>
      <param name="inputs">FlatTrackingData structure containing the inputs</param>
      <param name="outputs">FlatTrackingData structure containing the outputs</param>
      <returns>Returns true if everything is up to date; false otherwise.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.SaveTlog">
      <summary>This method will re-write the tlogs from the output table.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.SaveTlog(Microsoft.Build.Utilities.DependencyFilter)">
      <summary>This method will re-write the tlogs from the current table</summary>
      <param name="includeInTLog">The dependency filter.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.FlatTrackingData.UpdateFileEntryDetails">
      <summary>Update the current state of entry details for the dependency table</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.Logger" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.FormatErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs)">
      <summary>Generates an error message that is in the default format, from a <see cref="T:Microsoft.Build.Framework.BuildErrorEventArgs" /> object.</summary>
      <param name="args">The arguments of the error event.</param>
      <returns>A <see cref="T:System.String" /> that represents an error message in canonical format.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.FormatWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs)">
      <summary>Generates a warning message that is in the default format, from a <see cref="T:Microsoft.Build.Framework.BuildWarningEventArgs" /> object.</summary>
      <param name="args">The arguments of the warning event.</param>
      <returns>A <see cref="T:System.String" /> that represents a warning message in canonical format.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.Initialize(Microsoft.Build.Framework.IEventSource)">
      <summary>When overridden in a derived class, subscribes the logger to specific events.</summary>
      <param name="eventSource">The available events that a logger can subscribe to.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.IsVerbosityAtLeast(Microsoft.Build.Framework.LoggerVerbosity)">
      <summary>Determines whether the current <see cref="P:Microsoft.Build.Utilities.Logger.Verbosity" /> setting is at least the value that is passed in.</summary>
      <param name="checkVerbosity">The logger verbosity setting passed in.</param>
      <returns>
          <see langword="true" /> if the current logger verbosity setting is at least the value that is passed in; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.Logger.Shutdown">
      <summary>When overridden in a derived class, releases the resources allocated to the logger at the time of initialization or during the build.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.#ctor">
      <summary>Creates a new instance of the multiplexing logger.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.Initialize(Microsoft.Build.Framework.IEventSource)">
      <summary>Initialize the <see langword="MuxLogger" /> instance with the specified event source.</summary>
      <param name="eventSource">The event source.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.Initialize(Microsoft.Build.Framework.IEventSource,System.Int32)">
      <summary>Initialize the <see langword="MuxLogger" /> instance with the specified event source and specified maximum number of nodes.</summary>
      <param name="eventSource">The event source.</param>
      <param name="maxNodeCount">The maximum number of nodes.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.RegisterLogger(System.Int32,Microsoft.Build.Framework.ILogger)">
      <summary>Registers a logger on the <see langword="MuxLogger" /> and raises a build-started event if the build-started event has already been logged.</summary>
      <param name="submissionId">The submission ID of the logger being registered.</param>
      <param name="logger">The logger to register.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.Shutdown">
      <summary>Shuts down the <see langword="MuxLogger" /> and clears out any state.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.MuxLogger.UnregisterLoggers(System.Int32)">
      <summary>Removes the specified logger from the MuxLogger.</summary>
      <param name="submissionId">The submission ID of the logger to be removed.</param>
      <returns>Returns <see langword="true" /> if the method is successful in removing the logger, otherwise, returns <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TargetPlatformSDK.#ctor(System.String,System.Version,System.String)">
      <summary>Creates a new instance of a target platform SDK class.</summary>
      <param name="targetPlatformIdentifier">The identifier of the target platform.</param>
      <param name="targetPlatformVersion">The version of the target platform.</param>
      <param name="path">The path to the target platform SDK.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TargetPlatformSDK.Equals(Microsoft.Build.Utilities.TargetPlatformSDK)">
      <summary>Ensures equality between target platform SDKs.</summary>
      <param name="other">Target platform SDK to compare to this element.</param>
      <returns>Returns <see langword="true" /> if items are equal, otherwise, returns <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TargetPlatformSDK.Equals(System.Object)">
      <summary>Ensures equality between target platform SDK and object.</summary>
      <param name="obj">Object to compare to this element.</param>
      <returns>Returns <see langword="true" /> if items are equal, otherwise, returns <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TargetPlatformSDK.GetHashCode">
      <summary>Get hash code for the target platform SDK.</summary>
      <returns>Returns a hash code.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.Task.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.Task" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.Task.#ctor(System.Resources.ResourceManager)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.Task" /> class with the specified <see cref="P:Microsoft.Build.Utilities.Task.TaskResources" />.</summary>
      <param name="taskResources">The task resources.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.Task.#ctor(System.Resources.ResourceManager,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.Task" /> class with the specified <see cref="P:Microsoft.Build.Utilities.Task.TaskResources" /> and <see cref="P:Microsoft.Build.Utilities.Task.HelpKeywordPrefix" />.</summary>
      <param name="taskResources">The task resources.</param>
      <param name="helpKeywordPrefix">The prefix to append to string resources to create Help keywords.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.Task.Execute">
      <summary>When overridden in a derived class, executes the task.</summary>
      <returns>
          <see langword="true" /> if the task successfully executed; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.TaskItem" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.#ctor(Microsoft.Build.Framework.ITaskItem)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.TaskItem" /> class using the specified source <see cref="T:Microsoft.Build.Framework.ITaskItem" />.</summary>
      <param name="sourceItem">The item to copy.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.TaskItem" /> class using the specified item-specification string.</summary>
      <param name="itemSpec">The item specification.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.#ctor(System.String,System.Collections.IDictionary)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.TaskItem" /> class using the specified item-specification string and its metadata.</summary>
      <param name="itemSpec">The item specification.</param>
      <param name="itemMetadata">The custom metadata for the item specification.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.CloneCustomMetadata">
      <summary>Clones the collection of custom metadata for the item specification.</summary>
      <returns>An <see cref="T:System.Collections.IDictionary" /> that represents a clone of the custom metadata.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.CopyMetadataTo(Microsoft.Build.Framework.ITaskItem)">
      <summary>Copies the item-specification metadata to the specified destination task item.</summary>
      <param name="destinationItem">The item that this method will copy metadata to.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.GetMetadata(System.String)">
      <summary>Retrieves the specified metadata on the item.</summary>
      <param name="metadataName">The name of the metadata to retrieve.</param>
      <returns>A <see cref="T:System.String" /> that represents the metadata value.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.InitializeLifetimeService">
      <summary>When overridden in a derived class, gives task items infinite lease time.</summary>
      <returns>
          <see langword="null" /> to specify an infinite lifetime.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.Microsoft#Build#Framework#ITaskItem2#CloneCustomMetadataEscaped">
      <summary>
          <see cref="T:Microsoft.Build.Framework.ITaskItem2" /> implementation which returns a clone of the metadata on this object. Values returned are in their original escaped form.</summary>
      <returns>Returns the cloned metadata, with values' escaping preserved.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.Microsoft#Build#Framework#ITaskItem2#GetMetadataValueEscaped(System.String)">
      <summary>
          <see cref="T:Microsoft.Build.Framework.ITaskItem2" /> implementation which allows the values of metadata on the item to be queried.</summary>
      <param name="metadataName">The metadata to be queried</param>
      <returns>Returns the escaped metadata value.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.Microsoft#Build#Framework#ITaskItem2#SetMetadataValueLiteral(System.String,System.String)">
      <summary>
          <see cref="T:Microsoft.Build.Framework.ITaskItem2" /> implementation which allows a piece of custom metadata to be set on the item. Assumes that the value passed in is unescaped, and escapes the value as necessary in order to maintain its value.</summary>
      <param name="metadataName">The metadata name.</param>
      <param name="metadataValue">The metadata value.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.op_Explicit(Microsoft.Build.Utilities.TaskItem)~System.String">
      <summary>Allows an explicit type cast from a <see cref="T:Microsoft.Build.Utilities.TaskItem" /> to a <see cref="T:System.String" />, and returns the <see cref="P:Microsoft.Build.Utilities.TaskItem.ItemSpec" /> for that item.</summary>
      <param name="taskItemToCast">The item to operate on.</param>
      <returns>The <see cref="P:Microsoft.Build.Utilities.TaskItem.ItemSpec" /> for the item.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.RemoveMetadata(System.String)">
      <summary>Removes the specified metadata on the item.</summary>
      <param name="metadataName">The name of metadata to remove.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.SetMetadata(System.String,System.String)">
      <summary>Sets or modifies the value of the specified metadata on the item.</summary>
      <param name="metadataName">The name of metadata to set or modify.</param>
      <param name="metadataValue">The new value of metadata.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskItem.ToString">
      <summary>Gets the item specification.</summary>
      <returns>A <see cref="T:System.String" /> that represents the item specification.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.#ctor(Microsoft.Build.Framework.IBuildEngine,System.String)">
      <summary>Public constructor which can be used by task factories to assist them in logging messages.</summary>
      <param name="buildEngine">The build engine.</param>
      <param name="taskName">The task name.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.#ctor(Microsoft.Build.Framework.ITask)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.TaskLoggingHelper" /> class and associates it with the specified task instance.</summary>
      <param name="taskInstance">The task containing an instance of this task.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.ExtractMessageCode(System.String,System.String@)">
      <summary>Extracts the message code prefix from the given full message string.</summary>
      <param name="message">The full message to parse that includes code prefix.</param>
      <param name="messageWithoutCodePrefix">The message with the code prefix removed.</param>
      <returns>The message code prefix that is extracted from the full message string, or <see langword="null" /> if there is no message code.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.FormatResourceString(System.String,System.Object[])">
      <summary>Loads the specified resource string and optionally formats it using the given arguments.</summary>
      <param name="resourceName">The name of the string resource to load.</param>
      <param name="args">Optional arguments for formatting the loaded string.</param>
      <returns>The formatted string.</returns>
      <exception cref="T:System.ArgumentException">The string resource indicated by <paramref name="resourceName" /> does not exist.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Build.Utilities.Task.TaskResources" /> property of the owner task is not set.</exception>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="resourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.FormatString(System.String,System.Object[])">
      <summary>Formats the given string using the given arguments.</summary>
      <param name="unformatted">The string to format.</param>
      <param name="args">Arguments for formatting.</param>
      <returns>The formatted string.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="unformatted" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.GetResourceMessage(System.String)">
      <summary>Gets the message from resource in task library.</summary>
      <param name="resourceName">The resource name.</param>
      <returns>Returns the message from resource in task library.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.InitializeLifetimeService">
      <summary>InitializeLifetimeService is called when the remote object is activated.  This method will determine how long the lifetime for the object will be. Thread safe. However, InitializeLifetimeService and MarkAsInactive should only be called in that order, together or not at all, and no more than once.</summary>
      <returns>The lease object to control this object's lifetime.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogCommandLine(Microsoft.Build.Framework.MessageImportance,System.String)">
      <summary>Logs the command line for an underlying tool, executable file, or shell command of a task using the specified importance level.</summary>
      <param name="importance">One of the values of <see cref="T:Microsoft.Build.Framework.MessageImportance" /> that indicates the importance level of the command line.</param>
      <param name="commandLine">The command line string.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogCommandLine(System.String)">
      <summary>Logs the command line for an underlying tool, executable file, or shell command of a task.</summary>
      <param name="commandLine">The command line string.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogCriticalMessage(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs a critical message using the specified string and other message details. Thread safe.</summary>
      <param name="subcategory">Description of the warning type (can be null).</param>
      <param name="code">Message code (can be null).</param>
      <param name="helpKeyword">The help keyword for the host IDE (can be null).</param>
      <param name="file">The path to the file causing the message (can be null).</param>
      <param name="lineNumber">The line in the file causing the message (set to zero if not available).</param>
      <param name="columnNumber">The column in the file causing the message (set to zero if not available).</param>
      <param name="endLineNumber">The last line of a range of lines in the file causing the message (set to zero if not available).</param>
      <param name="endColumnNumber">The last column of a range of columns in the file causing the message (set to zero if not available).</param>
      <param name="message">The message string.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">Thrown when message is null.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogError(System.String,System.Object[])">
      <summary>Logs an error with the specified message.</summary>
      <param name="message">The message.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogError(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs an error using the specified message and other error details.</summary>
      <param name="subcategory">The description of the error type.</param>
      <param name="errorCode">The error code.</param>
      <param name="helpKeyword">The Help keyword to associate with the error.</param>
      <param name="file">The path to the file containing the error.</param>
      <param name="lineNumber">The line in the file where the error occurs.</param>
      <param name="columnNumber">The column in the file where the error occurs.</param>
      <param name="endLineNumber">The end line in the file where the error occurs.</param>
      <param name="endColumnNumber">The end column in the file where the error occurs.</param>
      <param name="message">The message.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromException(System.Exception)">
      <summary>Logs an error using the message from the given exception.</summary>
      <param name="exception">The exception to log.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="e" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromException(System.Exception,System.Boolean)">
      <summary>Logs an error using the message, and optionally the stack trace, from the given exception.</summary>
      <param name="exception">The exception to log</param>
      <param name="showStackTrace">
            <see langword="true" /> to include the stack trace in the log; otherwise, <see langword="false" />.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="e" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromException(System.Exception,System.Boolean,System.Boolean,System.String)">
      <summary>Logs an error using the message, and optionally the stack-trace from the given exception and any inner exceptions.</summary>
      <param name="exception">The exception to log.</param>
      <param name="showStackTrace">
            <see langword="true" /> to include the stack trace in the log; otherwise, <see langword="false" />.</param>
      <param name="showDetail">
            <see langword="true" /> to log exception types and any inner exceptions; otherwise, <see langword="false" />.</param>
      <param name="file">The name of the file related to the exception, or <see langword="null" /> if the project file should be logged.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="e" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromResources(System.String,System.Object[])">
      <summary>Logs an error using the specified resource string.</summary>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromResources(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs an error using the specified resource string and other error details.</summary>
      <param name="subcategoryResourceName">The name of the string resource that describes the error type.</param>
      <param name="errorCode">The error code.</param>
      <param name="helpKeyword">The Help keyword to associate with the error.</param>
      <param name="file">The path to the file containing the error.</param>
      <param name="lineNumber">The line in the file where the error occurs.</param>
      <param name="columnNumber">The column in the file where the error occurs.</param>
      <param name="endLineNumber">The end line in the file where the error occurs.</param>
      <param name="endColumnNumber">The end column in the file where the error occurs.</param>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorWithCodeFromResources(System.String,System.Object[])">
      <summary>Logs an error with an error code using the specified resource string.</summary>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorWithCodeFromResources(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs an error using the specified resource string and other error details.</summary>
      <param name="subcategoryResourceName">The name of the string resource that describes the error type.</param>
      <param name="file">The path to the file containing the error.</param>
      <param name="lineNumber">The line in the file where the error occurs.</param>
      <param name="columnNumber">The column in the file where the error occurs.</param>
      <param name="endLineNumber">The end line in the file where the error occurs.</param>
      <param name="endColumnNumber">The end column in the file where the error occurs.</param>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogExternalProjectFinished(System.String,System.String,System.String,System.Boolean)">
      <summary>Helps log the custom <see cref="T:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs" /> build event.</summary>
      <param name="message">The text message.</param>
      <param name="helpKeyword">The help keyword.</param>
      <param name="projectFile">The name of the project.</param>
      <param name="succeeded">
            <see langword="true" /> to indicate that project was built successfully; otherwise, <see langword="false" />.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogExternalProjectStarted(System.String,System.String,System.String,System.String)">
      <summary>Helps log the custom <see cref="T:Microsoft.Build.Framework.ExternalProjectStartedEventArgs" /> build event.</summary>
      <param name="message">The text message.</param>
      <param name="helpKeyword">The help keyword.</param>
      <param name="projectFile">The name of the project.</param>
      <param name="targetNames">The targets to build. An empty string indicates default targets.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessage(Microsoft.Build.Framework.MessageImportance,System.String,System.Object[])">
      <summary>Logs a message with the specified string and importance.</summary>
      <param name="importance">One of the enumeration values that specifies the importance of the message.</param>
      <param name="message">The message.</param>
      <param name="messageArgs">The arguments for formatting the message.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessage(System.String,System.Object[])">
      <summary>Logs a message with the specified string.</summary>
      <param name="message">The message.</param>
      <param name="messageArgs">The arguments for formatting the message.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessage(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.Build.Framework.MessageImportance,System.String,System.Object[])">
      <summary>Logs a message using the specified string and other message details. Thread safe.</summary>
      <param name="subcategory">Description of the warning type (can be null).</param>
      <param name="code">Message code (can be null)</param>
      <param name="helpKeyword">The help keyword for the host IDE (can be null).</param>
      <param name="file">The path to the file causing the message (can be null).</param>
      <param name="lineNumber">The line in the file causing the message (set to zero if not available).</param>
      <param name="columnNumber">The column in the file causing the message (set to zero if not available).</param>
      <param name="endLineNumber">The last line of a range of lines in the file causing the message (set to zero if not available).</param>
      <param name="endColumnNumber">The last column of a range of columns in the file causing the message (set to zero if not available).</param>
      <param name="importance">Importance of the message.</param>
      <param name="message">The message string.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">Thrown when message is null.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessageFromResources(Microsoft.Build.Framework.MessageImportance,System.String,System.Object[])">
      <summary>Logs a message with the specified resource string and importance.</summary>
      <param name="importance">One of the enumeration values that specifies the importance of the message.</param>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessageFromResources(System.String,System.Object[])">
      <summary>Logs a message with the specified resource string.</summary>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessageFromText(System.String,Microsoft.Build.Framework.MessageImportance)">
      <summary>Logs an error message or warning from the given line of text.</summary>
      <param name="lineOfText">The line of text to log from.</param>
      <param name="messageImportance">One of the values of <see cref="T:Microsoft.Build.Framework.MessageImportance" /> that indicates the importance level of the command line.</param>
      <returns>
          <see langword="true" /> if an error was logged; otherwise, <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="lineOfText" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessagesFromFile(System.String)">
      <summary>Logs errors, warnings, and messages for each line of text in the given file.</summary>
      <param name="fileName">The name of the file to log messages from.</param>
      <returns>
          <see langword="true" /> to indicate at least one error was logged; otherwise, <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessagesFromFile(System.String,Microsoft.Build.Framework.MessageImportance)">
      <summary>Logs errors, warnings, and messages for each line of text in the given file. Also logs the importance of messages.</summary>
      <param name="fileName">The name of the file to log messages from.</param>
      <param name="messageImportance">One of the enumeration values that specifies the importance of logged messages.</param>
      <returns>
          <see langword="true" /> to indicate at least one error was logged; otherwise, <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">Thrown when filename is null.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogMessagesFromStream(System.IO.TextReader,Microsoft.Build.Framework.MessageImportance)">
      <summary>Logs an error message or warning from the given stream.</summary>
      <param name="stream">A <see cref="T:System.IO.TextReader" /> that reads the stream to log from.</param>
      <param name="messageImportance">One of the values of <see cref="T:Microsoft.Build.Framework.MessageImportance" /> that indicates the importance level of the command line.</param>
      <returns>
          <see langword="true" /> if an error was logged; otherwise, <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="stream" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarning(System.String,System.Object[])">
      <summary>Logs a warning with the specified message.</summary>
      <param name="message">The message.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarning(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs a warning using the specified message and other warning details.</summary>
      <param name="subcategory">The description of the warning type.</param>
      <param name="warningCode">The warning code.</param>
      <param name="helpKeyword">The Help keyword to associate with the warning.</param>
      <param name="file">The path to the file containing the warning.</param>
      <param name="lineNumber">The line in the file where the warning occurs.</param>
      <param name="columnNumber">The column in the file where the warning occurs.</param>
      <param name="endLineNumber">The end line in the file where the warning occurs.</param>
      <param name="endColumnNumber">The end column in the file where the warning occurs.</param>
      <param name="message">The message.</param>
      <param name="messageArgs">Optional arguments for formatting the message string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningFromException(System.Exception)">
      <summary>Logs a warning using the message from the specified exception.</summary>
      <param name="exception">The exception to log.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="e" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningFromException(System.Exception,System.Boolean)">
      <summary>Logs a warning using the message, and optionally the stack trace, from the given exception.</summary>
      <param name="exception">The exception to log</param>
      <param name="showStackTrace">
            <see langword="true" /> to include the stack trace in the log; otherwise, <see langword="false" />.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="e" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningFromResources(System.String,System.Object[])">
      <summary>Logs a warning using the specified resource string.</summary>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningFromResources(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs a warning using the specified resource string and other warning details.</summary>
      <param name="subcategoryResourceName">The name of the string resource that describes the warning type.</param>
      <param name="warningCode">The warning code.</param>
      <param name="helpKeyword">The Help keyword to associate with the warning.</param>
      <param name="file">The path to the file containing the warning.</param>
      <param name="lineNumber">The line in the file where the warning occurs.</param>
      <param name="columnNumber">The column in the file where the warning occurs.</param>
      <param name="endLineNumber">The end line in the file where the warning occurs.</param>
      <param name="endColumnNumber">The end column in the file where the warning occurs.</param>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningWithCodeFromResources(System.String,System.Object[])">
      <summary>Logs a warning with a warning code using the specified resource string.</summary>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogWarningWithCodeFromResources(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
      <summary>Logs a warning with a warning code using the specified resource string and other warning details.</summary>
      <param name="subcategoryResourceName">The name of the string resource that describes the warning type.</param>
      <param name="file">The path to the file containing the warning.</param>
      <param name="lineNumber">The line in the file where the warning occurs.</param>
      <param name="columnNumber">The column in the file where the warning occurs.</param>
      <param name="endLineNumber">The end line in the file where the warning occurs.</param>
      <param name="endColumnNumber">The end column in the file where the warning occurs.</param>
      <param name="messageResourceName">The name of the string resource to load.</param>
      <param name="messageArgs">The arguments for formatting the loaded string.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="messageResourceName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.TaskLoggingHelper.MarkAsInactive">
      <summary>Notifies this <see langword="TaskLoggingHelper" /> that it is no longer needed.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.ClearSDKStaticCache">
      <summary>Clears the appDomain wide cache of platform and extension SDKs.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetAssemblyFoldersExInfo(System.String,System.String,System.String,System.String,System.String,System.Reflection.ProcessorArchitecture)">
      <summary>Gets a sorted list of <see cref="T:Microsoft.Build.Utilities.AssemblyFoldersExInfo" /> objects which contain information about the directories in which the third party assemblies are registered. This information is used at build and design time.</summary>
      <param name="registryRoot">The root registry location for the targeted framework. For .NET this is SOFTWARE\MICROSOFT\.NETFramework.</param>
      <param name="targetFrameworkVersion">The targeted framework version (2.0, 3.0, 3.5, 4.0, ….).</param>
      <param name="registryKeySuffix">The name of the folder, (AssemblyFoldersEx) could also be PocketPC\AssemblyFoldersEx, or others.</param>
      <param name="osVersion">The targeted minimum and maximum OS versions in the registry. These values are used to return only directories for OS versions between the declared minimum and maximum. If this value is blank or null, no filtering is done.</param>
      <param name="platform">The targeted platform GUIDs. Used to return only directories which have a matching platform GUID. If this value is blank or null no filtering is done.</param>
      <param name="targetProcessorArchitecture">The targeted processor architecture. This determines which registry hives are searched and in which order.</param>
      <returns>Returns list of <see langword="AssemblyFoldersExInfo" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(System.String,System.Runtime.Versioning.FrameworkName)">
      <summary>Creates a display name given the target framework details. </summary>
      <param name="targetFrameworkDirectory">The target framework directory.</param>
      <param name="frameworkName">The framework name.</param>
      <returns>Returns a display name given the target framework details. </returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets the full name of the .NET Framework root registry key.</summary>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>A string containing the full name of the .NET Framework root registry key.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets the name of the value under the <see cref="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)" /> that contains the .NET Framework SDK installation path.</summary>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>Returns a string containing the name of the registry key value under the <see cref="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)" /> that contains the .NET Framework SDK installation path.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Name of the value of GetDotNetFrameworkRootRegistryKey that contains the SDK install root path</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="visualStudioVersion">Version of Visual Studio the requested SDK is associated with</param>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Returns the full name of the .NET Framework SDK root registry key.</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <returns>Returns a string representation of the registry key root which indicates where to find the .NETFramework sdk.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Returns the full name of the .NET Framework SDK root registry key</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="visualStudioVersion">Version of Visual Studio the requested SDK is associated with</param>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetDotNetFrameworkVersionFolderPrefix(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets the prefix of the .NET Framework folder.</summary>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>Returns the prefix of the .NET Framework folder.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFramework(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets a fully qualified path to the .NET Framework root directory.</summary>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>A string containing the fully qualified path to the .NET Framework root directory, or a null reference (<see langword="Nothing" /> in Visual Basic) if the targeted version of the .NET Framework is not installed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFramework(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.DotNetFrameworkArchitecture)">
      <summary>Gets a fully qualified path to the framework's root directory.</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="architecture">Desired architecture, or DotNetFrameworkArchitecture.Current for the architecture this process is currently running under.</param>
      <returns>Returns a fully qualified path to the framework's root directory.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets a fully qualified path to a file in the .NET Framework directory.</summary>
      <param name="fileName">The file to locate in the .NET Framework directory.</param>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>A string containing the fully qualified path to the specified file, or a null reference (<see langword="Nothing" /> in Visual Basic) if the targeted version of the .NET Framework is not installed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.DotNetFrameworkArchitecture)">
      <summary>Gets a fully qualified path to a file in the frameworks root directory for the specified architecture.</summary>
      <param name="fileName">File name to locate in the .NET Framework directory</param>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="architecture">Desired architecture, or DotNetFrameworkArchitecture.Current for the architecture this process is currently running under.</param>
      <returns>Returns a fully qualified path to a file in the frameworks root directory.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkReferenceAssemblies(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Returns the path to the reference assemblies location for the given framework version.</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <returns>Returns a string containing the fully qualified path to the Reference Assemblies folder, or a null reference (Nothing in Visual Basic) if the targeted version of the .NET Framework is not installed. </returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets the fully qualified path to the \bin directory of the .NET Framework SDK.</summary>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>A string containing the fully qualified path to the \bin directory of the .NET Framework SDK, or a null reference (<see langword="Nothing" /> in Visual Basic) if the targeted version of the .NET Framework SDK is not installed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Returns the path to the "bin" directory of the .NET Framework SDK.</summary>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="visualStudioVersion">Version of Visual Studio the requested SDK is associated with</param>
      <returns>Path string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion)">
      <summary>Gets the fully qualified path to a file in the .NET Framework SDK.</summary>
      <param name="fileName">The file to locate in the .NET Framework SDK.</param>
      <param name="version">The version of the .NET Framework to target.</param>
      <returns>A string containing the fully qualified path to the \bin directory of the .NET Framework SDK, or a null reference (<see langword="Nothing" /> in Visual Basic) if the targeted version of the .NET Framework SDK is not installed.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.DotNetFrameworkArchitecture)">
      <summary>Gets a fully qualified path to a file in the .NET Framework SDK.</summary>
      <param name="fileName">File name to locate in the .NET Framework SDK directory</param>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="architecture">The required architecture of the requested file.</param>
      <returns>Returns a fully qualified path to a file in the .NET Framework SDK. Throws an error if the .NET Framework SDK can't be found.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Get a fully qualified path to a file in the .NET Framework SDK. Error if the .NET Framework SDK can't be found.</summary>
      <param name="fileName">File name to locate in the .NET Framework SDK directory</param>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="visualStudioVersion">Version of Visual Studio associated with the requested SDK.</param>
      <returns>Path string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFrameworkSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion,Microsoft.Build.Utilities.DotNetFrameworkArchitecture)">
      <summary>Get a fully qualified path to a file in the .NET Framework SDK. Error if the .NET Framework SDK can't be found.</summary>
      <param name="fileName">File name to locate in the .NET Framework SDK directory</param>
      <param name="version">Version of the targeted .NET Framework</param>
      <param name="visualStudioVersion">Version of Visual Studio associated with the requested SDK.</param>
      <param name="architecture">The required architecture of the requested file.</param>
      <returns>Path string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToReferenceAssemblies(System.Runtime.Versioning.FrameworkName)">
      <summary>Gets the paths to the reference assemblies location for the given target framework.</summary>
      <param name="frameworkName">The framework name.</param>
      <returns>Returns the paths to the reference assemblies location.</returns>
      <exception cref="T:System.ArgumentNullException">When the frameworkName is null</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToReferenceAssemblies(System.String,System.Runtime.Versioning.FrameworkName)">
      <summary>Gets the paths to the reference assemblies location for the given framework version relative to a given targetFrameworkRoot.</summary>
      <param name="targetFrameworkRootPath">Root directory which will be used to calculate the reference assembly path. The references assembies will be generated in the following way TargetFrameworkRootPath\TargetFrameworkIdentifier\TargetFrameworkVersion\SubType\TargetFrameworkSubType.</param>
      <param name="frameworkName">A frameworkName class which represents a TargetFrameworkMoniker. This cannot be null.</param>
      <returns>Returns the paths to the reference assemblies location.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToReferenceAssemblies(System.String,System.String,System.String)">
      <summary>Returns the paths to the reference assemblies location for the given target framework. This method will assume the requested ReferenceAssemblyRoot path will be the ProgramFiles directory specified by Environment.SpecialFolder.ProgramFiles In additon when the .NETFramework or .NET Framework targetFrameworkIdentifiers are seen and targetFrameworkVersion is 2.0, 3.0, 3.5 or 4.0 we will return the correctly chained reference assembly paths for the legacy .NET Framework versions. This chaining will use the existing GetPathToDotNetFrameworkReferenceAssemblies to build up the list of reference assembly paths.</summary>
      <param name="targetFrameworkIdentifier">Identifier being targeted</param>
      <param name="targetFrameworkVersion">Version being targeted</param>
      <param name="targetFrameworkProfile">Profile being targeted</param>
      <returns>Collection of reference assembly locations.</returns>
      <exception cref="T:System.ArgumentNullException">When the frameworkName is null</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToStandardLibraries(System.String,System.String,System.String)">
      <summary>Returns the path to the reference assemblies location for the given target framework's standard libraries (i.e. mscorlib). This method will assume the requested ReferenceAssemblyRoot path will be the ProgramFiles directory specified by Environment.SpecialFolder.ProgramFiles In additon when the .NETFramework or .NET Framework targetFrameworkIdentifiers are seen and targetFrameworkVersion is 2.0, 3.0, 3.5 or 4.0 we will return the correctly chained reference assembly paths for the legacy .NET Framework versions. This chaining will use the existing GetPathToDotNetFrameworkReferenceAssemblies to build up the list of reference assembly paths.</summary>
      <param name="targetFrameworkIdentifier">Identifier being targeted</param>
      <param name="targetFrameworkVersion">Version being targeted</param>
      <param name="targetFrameworkProfile">Profile being targeted</param>
      <returns>Collection of reference assembly locations.</returns>
      <exception cref="T:System.ArgumentNullException">When the frameworkName is null</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToStandardLibraries(System.String,System.String,System.String,System.String)">
      <summary>Returns the path to mscorlib and system.dll</summary>
      <param name="targetFrameworkIdentifier">Identifier being targeted</param>
      <param name="targetFrameworkVersion">Version being targeted</param>
      <param name="targetFrameworkProfile">Profile being targeted</param>
      <param name="platformTarget">This is used to determine where we should look for the standard libraries. Note, this parameter is only used for .NET Framework 3.5 or less.</param>
      <returns>Collection of reference assembly locations.</returns>
      <exception cref="T:System.ArgumentNullException">When the frameworkName is null</exception>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToSystemFile(System.String)">
      <summary>Gets a fully qualified path to a file in the system directory.</summary>
      <param name="fileName">The file to locate in the System folder.</param>
      <returns>A string containing the fully qualified path to the the file in the system directory.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToWindowsSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Returns the path to the Windows SDK for the desired .NET Framework and Visual Studio version. Note that this is only supported for a targeted .NET Framework version of 4.5 and above.</summary>
      <param name="version">Target .NET Framework version</param>
      <param name="visualStudioVersion">Version of Visual Studio associated with the SDK.</param>
      <returns>Path to the appropriate Windows SDK location</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToWindowsSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion)">
      <summary>Returns the path to a file in the Windows SDK for the desired .NET Framework and Visual Studio version. Note that this is only supported for a targeted .NET Framework version of 4.5 and above.</summary>
      <param name="fileName">The name of the file being requested.</param>
      <param name="version">Target .NET Framework version.</param>
      <param name="visualStudioVersion">Version of Visual Studio associated with the SDK.</param>
      <returns>Path to the appropriate Windows SDK file</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPathToWindowsSdkFile(System.String,Microsoft.Build.Utilities.TargetDotNetFrameworkVersion,Microsoft.Build.Utilities.VisualStudioVersion,Microsoft.Build.Utilities.DotNetFrameworkArchitecture)">
      <summary>Returns the path to a file in the Windows SDK for the desired .NET Framework and Visual Studio version and the desired architecture. Note that this is only supported for a targeted .NET Framework version of 4.5 and above.</summary>
      <param name="fileName">The name of the file being requested.</param>
      <param name="version">Target .NET Framework version.</param>
      <param name="visualStudioVersion">Version of Visual Studio associated with the requested SDK.</param>
      <param name="architecture">Desired architecture of the resultant file.</param>
      <returns>Path to the appropriate Windows SDK file</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocation(System.String,System.String,System.String)">
      <summary>Given an SDK moniker and the targeted platform get the path to the SDK root if it exists.</summary>
      <param name="sdkMoniker">Moniker for the sdk</param>
      <param name="targetPlatformIdentifier">Identifier for the platform</param>
      <param name="targetPlatformVersion">Version of the platform</param>
      <returns>A full path to the sdk root if the sdk exists in the targeted platform or an empty string if it does not exist.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocation(System.String,System.String,System.String,System.String,System.String)">
      <summary>Given an SDKName, targetPlatformIdentifier and TargetPlatformVersion search the default sdk locations for the passed in sdk name. The format of the sdk moniker is SDKName, Version=X.X</summary>
      <param name="sdkMoniker">Name of the SDK to determine the installation location for.</param>
      <param name="targetPlatformIdentifier">Targeted platform to find SDKs for</param>
      <param name="targetPlatformVersion">Targeted platform version to find SDKs for</param>
      <param name="diskRoots">List of disk roots to search for sdks within</param>
      <param name="registryRoot">Registry root to look for sdks within</param>
      <returns>Location of the SDK if it is found, empty string if it could not be found</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocation(System.String,System.String,System.Version)">
      <summary>Given an SDKName, targetPlatformIdentifier and TargetPlatformVersion search the default sdk locations for the passed in sdk name. The format of the sdk moniker is SDKName, Version=X.X</summary>
      <param name="sdkMoniker">Name of the SDK to determine the installation location for.</param>
      <param name="targetPlatformIdentifier">Targeted platform to find SDKs for</param>
      <param name="targetPlatformVersion">Targeted platform version to find SDKs for</param>
      <returns>Location of the SDK if it is found, empty string if it could not be found</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocation(System.String,System.String,System.Version,System.String[],System.String)">
      <summary>Given an SDKName, targetPlatformIdentifier and TargetPlatformVersion search the default sdk locations for the passed in sdk name. The format of the sdk moniker is SDKName, Version=X.X</summary>
      <param name="sdkMoniker">Name of the SDK to determine the installation location for.</param>
      <param name="targetPlatformIdentifier">Targeted platform to find SDKs for</param>
      <param name="targetPlatformVersion">Targeted platform version to find SDKs for</param>
      <param name="diskRoots">List of disk roots to search for sdks within</param>
      <param name="registryRoot">Registry root to look for sdks within</param>
      <returns>Location of the SDK if it is found, empty string if it could not be found</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocations(System.String,System.Version)">
      <summary>Get a list of SDK's installed on the machine for a given target platform</summary>
      <param name="targetPlatformIdentifier">Targeted platform to find SDKs for</param>
      <param name="targetPlatformVersion">Targeted platform version to find SDKs for</param>
      <returns>IDictionary of installed SDKS and their location. K:SDKName V:SDK installation location</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformExtensionSDKLocations(System.String[],System.String,System.String,System.Version)">
      <summary>Get a list of SDK's installed on the machine for a given target platform</summary>
      <param name="diskRoots">Array of disk locations to search for sdks</param>
      <param name="registryRoot">Root registry location to look for sdks</param>
      <param name="targetPlatformIdentifier">Targeted platform to find SDKs for</param>
      <param name="targetPlatformVersion">Targeted platform version to find SDKs for</param>
      <returns>IDictionary of installed SDKS and their location. K:SDKName V:SDK installation location</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformSDKLocation(System.String,System.String)">
      <summary>Given a target platform identifier and a target platform version, search the default SDK locations for the platform SDK for that target platform.</summary>
      <param name="targetPlatformIdentifier">Targeted platform for which to find SDK.</param>
      <param name="targetPlatformVersion">Targeted platform version for which to find SDK.</param>
      <returns>Returns the location of the SDK if it is found, otherwise, returns an empty string if the SDK could not be found.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformSDKLocation(System.String,System.String,System.String,System.String)">
      <summary>Given a target platform identifier and a target platform version, search the default SDK locations for the platform SDK for that target platform.</summary>
      <param name="targetPlatformIdentifier">Targeted platform for which to find SDK.</param>
      <param name="targetPlatformVersion">Targeted platform version for which to find SDK.</param>
      <param name="diskRoots">Array of disk roots within which to search for SDK.</param>
      <param name="registryRoot">Registry root within which to search for SDK.</param>
      <returns>Returns the location of the SDK if it is found, otherwise, returns an empty string if the SDK could not be found.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformSDKLocation(System.String,System.Version)">
      <summary>Given a target platform identifier and a target platform version, search the default SDK locations for the platform SDK for that target platform.</summary>
      <param name="targetPlatformIdentifier">Targeted platform for which to find SDK.</param>
      <param name="targetPlatformVersion">Targeted platform version for which to find SDK.</param>
      <returns>Returns the location of the SDK if it is found, otherwise, returns an empty string if the SDK could not be found.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformSDKLocation(System.String,System.Version,System.String[],System.String)">
      <summary>Given a target platform identifier and a target platform version, search the default SDK locations for the platform SDK for that target platform.</summary>
      <param name="targetPlatformIdentifier">Targeted platform for which to find SDK.</param>
      <param name="targetPlatformVersion">Targeted platform version for which to find SDK.</param>
      <param name="diskRoots">Array of disk roots within which to search for SDK.</param>
      <param name="registryRoot">Registry root within which to search for SDK.</param>
      <returns>Returns the location of the SDK if it is found, otherwise, returns an empty string if the SDK could not be found.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetProgramFilesReferenceAssemblyRoot">
      <summary>Gets the root location for the reference assembly directory under the program files directory.</summary>
      <returns>Returns the root location for the reference assembly directory.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKDesignTimeFolders(System.String)">
      <summary>Get the list of SDK folders which contain the design-time files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK, must contain a design-time folder.</param>
      <returns>Returns the list of folders to be used in searching for design-time files in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKDesignTimeFolders(System.String,System.String,System.String)">
      <summary>Get the list of SDK folders which contain the design-time files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK, must contain a design-time folder.</param>
      <param name="targetConfiguration">The configuration the SDK is targeting. This is “Debug” or “Retail”.</param>
      <param name="targetArchitecture">The architecture the SDK is targeting.</param>
      <returns>Returns the list of folders to be used in searching for design-time files in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKRedistFolders(System.String)">
      <summary>Get the list of SDK folders which contain the redist files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK, must contain a redist folder.</param>
      <returns>Returns the list of folders to be used in searching for redist files in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKRedistFolders(System.String,System.String,System.String)">
      <summary>Get the list of SDK folders which contain the redist files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK, must contain a redist folder.</param>
      <param name="targetConfiguration">The configuration the SDK is targeting. This is “Debug” or “Retail”.</param>
      <param name="targetArchitecture">The architecture the SDK is targeting.</param>
      <returns>Returns the list of folders to be used in searching for redist files in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKReferenceFolders(System.String)">
      <summary>Get the list of SDK folders which contain the references for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK.</param>
      <returns>Returns the list of folders to be used in searching for references in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSDKReferenceFolders(System.String,System.String,System.String)">
      <summary>Get the list of SDK folders which contain the references for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
      <param name="sdkRoot">The root folder for the SDK.</param>
      <param name="targetConfiguration">The configuration the SDK is targeting. This is “Debug” or “Retail”.</param>
      <param name="targetArchitecture">The architecture the SDK is targeting.</param>
      <returns>Returns the list of folders to be used in searching for references in the SDK, in the order that must be used for the search.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetSupportedTargetFrameworks">
      <summary>Gets a list of supported target framework monikers.</summary>
      <returns>list of supported target framework monikers</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetTargetPlatformSdks">
      <summary>Get a list of target platform SDKs on the machine.</summary>
      <returns>List of Target Platform SDKs, Item1: TargetPlatformName Item2: Version of SDK Item3: Path to sdk root</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.GetTargetPlatformSdks(System.String[],System.String)">
      <summary>Get a list of target platform SDKs on the machine.</summary>
      <param name="diskRoots">List of disk locations to search for platform SDKs.</param>
      <param name="registryRoot">Registry root location to look for platform SDKs.</param>
      <returns>Returns a list of target platform SDKs.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolLocationHelper.HighestVersionOfTargetFrameworkIdentifier(System.String,System.String)">
      <summary>Gets the highest version of a target framework moniker based on the identifier. </summary>
      <param name="targetFrameworkRootDirectory">Target framework root directory.</param>
      <param name="frameworkIdentifier">Framework identifier.</param>
      <returns>Returns the highest version of a target framework moniker based on the identifier. This method will only find full frameworks; no profiles will be returned.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.ToolTask" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.#ctor(System.Resources.ResourceManager)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.ToolTask" /> class with the specified <see cref="T:System.Resources.ResourceManager" />.</summary>
      <param name="taskResources">The <see cref="T:System.Resources.ResourceManager" /> for task resources.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.#ctor(System.Resources.ResourceManager,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.ToolTask" /> class with the specified <see cref="T:System.Resources.ResourceManager" /> and Help keyword prefix.</summary>
      <param name="taskResources">The <see cref="T:System.Resources.ResourceManager" /> for task resources.</param>
      <param name="helpKeywordPrefix">The Help keyword to use for messages raised by the task.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.CallHostObjectToExecute">
      <summary>Calls the host object to perform the work of the task.</summary>
      <returns>
          <see langword="true" /> if the method was successfule; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.Cancel">
      <summary>Cancels the process executing the task by asking it to close nicely, then after a short period, forcing termination.</summary>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.DeleteTempFile(System.String)">
      <summary>Deletes the specified temporary file.</summary>
      <param name="fileName">The name of the temporary file to delete.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.Execute">
      <summary>Runs the exectuable file with the specified task parameters.</summary>
      <returns>
          <see langword="true" /> if the task runs successfully; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.ExecuteTool(System.String,System.String,System.String)">
      <summary>Creates a temporoary response (.rsp) file and runs the executable file.</summary>
      <param name="pathToTool">The path to the executable file.</param>
      <param name="responseFileCommands">The command line arguments to place in the .rsp file.</param>
      <param name="commandLineCommands">The command line arguments to pass directly to the executable file.</param>
      <returns>The returned exit code of the executable file. If the task logged errors, but the executable returned an exit code of 0, this method returns -1.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GenerateCommandLineCommands">
      <summary>Returns a string value containing the command line arguments to pass directly to the executable file.</summary>
      <returns>A string value containing the command line arguments to pass directly to the executable file.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GenerateFullPathToTool">
      <summary>Returns the fully qualified path to the executable file.</summary>
      <returns>The fully qualified path to the executable file.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GenerateResponseFileCommands">
      <summary>Returns a string value containing the command line arguments to add to the response (.rsp) file before running the executable file.</summary>
      <returns>a string value containing the command line arguments to add to the response (.rsp) file before running the executable file.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GetProcessStartInfo(System.String,System.String,System.String)">
      <summary>Initializes the information required to spawn the process executing the tool.</summary>
      <param name="pathToTool">The path to the tool.</param>
      <param name="commandLineCommands">The command line commands.</param>
      <param name="responseFileSwitch">The response file switch.</param>
      <returns>The information required to start the process.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GetResponseFileSwitch(System.String)">
      <summary>Returns the command line switch used by the executable file to specifiy a response (.rsp) file.</summary>
      <param name="responseFilePath">The full path to the temporary .rsp file.</param>
      <returns>The command line switch used by the executable file to specifiy a response (.rsp) file.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.GetWorkingDirectory">
      <summary>Returns the directory in which to run the executable file.</summary>
      <returns>The directory in which to run the executable file, or a null reference (<see langword="Nothing" /> in Visual Basic) if the executable file should be run in the current directory.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.HandleTaskExecutionErrors">
      <summary>Handles execution errors raised by the executable file.</summary>
      <returns>
          <see langword="true" /> if the method runs successfully; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.InitializeHostObject">
      <summary>Initializes the host object of the task.</summary>
      <returns>The <see cref="T:Microsoft.Build.Utilities.HostObjectInitializationStatus" /> of the host object.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.LogEventsFromTextOutput(System.String,Microsoft.Build.Framework.MessageImportance)">
      <summary>Parses a single line of text to identify any errors or warnings in canonical format.</summary>
      <param name="singleLine">A single line of text for the method to parse.</param>
      <param name="messageImportance">A value of <see cref="T:Microsoft.Build.Framework.MessageImportance" /> that indicates the importance level with which to log the message.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.LogPathToTool(System.String,System.String)">
      <summary>Logs the tool name and path to all registered loggers.</summary>
      <param name="toolName">The executable file name.</param>
      <param name="pathToTool">The path to the executable file.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.LogToolCommand(System.String)">
      <summary>Logs the starting point of the run to all registered loggers.</summary>
      <param name="message">A descriptive message to provide loggers, usually the command line and switches.</param>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.ResponseFileEscape(System.String)">
      <summary>Overridable method to escape the content of the response file.</summary>
      <param name="responseString">The response string.</param>
      <returns>Returns the response string.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.SkipTaskExecution">
      <summary>Indicates whether task execution should be skipped.</summary>
      <returns>
          <see langword="true" /> to skip task execution; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.ToolTask.ValidateParameters">
      <summary>Indicates whether all task paratmeters are valid.</summary>
      <returns>
          <see langword="true" /> if all task parameters are valid; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Build.Utilities.TrackedDependencies.ExpandWildcards(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Expand wildcards in the item list.</summary>
      <param name="expand">Array of items to be expanded.</param>
      <returns>Array of items expanded</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AppDomainIsolatedTask.BuildEngine">
      <summary>Gets or sets the build engine interface that is available to tasks.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.IBuildEngine" /> that is available to tasks.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AppDomainIsolatedTask.HelpKeywordPrefix">
      <summary>Gets or sets the prefix that is used to compose Help keywords from string resource names.</summary>
      <returns>A <see cref="T:System.String" /> that is used to compose Help keywords. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AppDomainIsolatedTask.HostObject">
      <summary>Gets or sets a host object instance that is associated with the derived <see cref="T:Microsoft.Build.Utilities.Task" />.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.ITaskHost" /> host object instance that is associated with the derived <see cref="T:Microsoft.Build.Utilities.Task" />. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AppDomainIsolatedTask.Log">
      <summary>Gets an instance of a task logging helper object that contains task logging methods.</summary>
      <returns>A <see cref="T:Microsoft.Build.Utilities.TaskLoggingHelper" /> that contains task logging methods.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AppDomainIsolatedTask.TaskResources">
      <summary>Gets or sets culture-specific resources of the derived <see cref="T:Microsoft.Build.Utilities.Task" />.</summary>
      <returns>A <see cref="T:System.Resources.ResourceManager" /> that is a culture-specific resource of the derived <see cref="T:Microsoft.Build.Utilities.Task" />. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AssemblyFoldersExInfo.DirectoryPath">
      <summary>Gets or sets the folder found at the registry keys default value.</summary>
      <returns>Returns path to the registry keys default folder.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AssemblyFoldersExInfo.Hive">
      <summary>Gets or sets the registry hive.</summary>
      <returns>Returns the registry hive.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AssemblyFoldersExInfo.Key">
      <summary>Gets or sets the registry key for the component.</summary>
      <returns>Returns the registry key.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AssemblyFoldersExInfo.TargetFrameworkVersion">
      <summary>Gets or sets the target framework version for the registry key.</summary>
      <returns>Returns the target framework version.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.AssemblyFoldersExInfo.View">
      <summary>Gets or sets the registry view.</summary>
      <returns>Returns the registry view.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.CanonicalTrackedInputFiles.DependencyTable">
      <summary>Gets the dependency table.</summary>
      <returns>Returns the dependency table.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.DependencyTable">
      <summary>Gets the dependency table.</summary>
      <returns>Returns the dependency table.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.CommandLineBuilder.CommandLine">
      <summary>Gets the <see cref="T:System.Text.StringBuilder" /> instance representing the command line for inheriting classes.</summary>
      <returns>A <see cref="T:System.Text.StringBuilder" /> for inheriting classes.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.CommandLineBuilder.Length">
      <summary>Represents the length of the command line.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.DependencyTable">
      <summary>Gets the dependency table.</summary>
      <returns>Returns the dependency table.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.MissingFiles">
      <summary>Gets or sets missing files that have been detected in the TLog</summary>
      <returns>Returns missing files that have been detected in the TLog</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestFileName">
      <summary>Gets or sets the path for the newest file we have seen.</summary>
      <returns>Returns the path for the newest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestFileTime">
      <summary>Gets or sets the time for the newest file we have seen</summary>
      <returns>Returns the time for the newest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestFileTimeUtc">
      <summary>Gets or sets the UTC time for the newest file we have seen.</summary>
      <returns>Returns the UTC time for the newest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestTLogFileName">
      <summary>Gets or sets the path of the newest TLog file.</summary>
      <returns>Returns the path of the newest TLog file.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestTLogTime">
      <summary>Gets or sets the time of the newest Tlog.</summary>
      <returns>Returns the time of the newest Tlog.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.NewestTLogTimeUtc">
      <summary>Gets or sets the UTC time of the newest Tlog.</summary>
      <returns>Returns the time of the newest Tlog.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.OldestFileName">
      <summary>Gets or sets the path for the oldest file we have seen.</summary>
      <returns>Returns the path for the oldest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.OldestFileTime">
      <summary>Gets or sets the time for the oldest file we have seen.</summary>
      <returns>Returns the time for the oldest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.OldestFileTimeUtc">
      <summary>Gets or sets the UTC time for the oldest file we have seen.</summary>
      <returns>Returns the UTC time for the oldest file we have seen.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.SkipMissingFiles">
      <summary>Gets or sets a switch that specifies whether files in the TLog, but which no longer exist, be skipped or recorded.</summary>
      <returns>Returns the switch that specifies whether files in the TLog, but which no longer exist, be skipped or recorded.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.TlogFiles">
      <summary>Gets or sets the TLog files that back this structure.</summary>
      <returns>Returns the TLog files that back this structure.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.TlogsAvailable">
      <summary>Gets or sets a switch that specifies whether all the TLogs that were passed to us are available on disk.</summary>
      <returns>Returns a switch that specifies whether all the TLogs that were passed to us are available on disk.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.FlatTrackingData.TreatRootMarkersAsEntries">
      <summary>Gets or sets a switch that specifies whether root markers in the TLog be treated as file accesses, or only as markers.</summary>
      <returns>Returns a switch that specifies whether root markers in the TLog be treated as file accesses, or only as markers.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Logger.Parameters">
      <summary>Gets or sets the user-defined parameters of the logger.</summary>
      <returns>The logger parameters. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Logger.Verbosity">
      <summary>Gets or sets the level of detail to show in the event log.</summary>
      <returns>One of the enumeration values. The default is <see cref="F:Microsoft.Build.Framework.LoggerVerbosity.Normal" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.MuxLogger.Parameters">
      <summary>Gets and sets the Parameters attribute, required by the <see langword="ILogger" /> interface.</summary>
      <returns>Returns the Parameters attribute.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.MuxLogger.Verbosity">
      <summary>Gets and sets the Verbosity attribute, required by the <see langword="ILogger" /> interface.</summary>
      <returns>Returns the Verbosity attribute.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture">
      <summary>Gets the current processor architecture of the system.</summary>
      <returns>A string containing the processor architecture value.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TargetPlatformSDK.Path">
      <summary>Gets or sets the Path to the target platform SDK.</summary>
      <returns>Returns the path to the target platform SDK.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TargetPlatformSDK.TargetPlatformIdentifier">
      <summary>Gets or sets the target platform SDK identifier.</summary>
      <returns>Returns the target platform SDK identifier.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TargetPlatformSDK.TargetPlatformVersion">
      <summary>Gets or sets the version of the target platform.</summary>
      <returns>Returns the target platform version.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.BuildEngine">
      <summary>Gets or sets the instance of the <see cref="T:Microsoft.Build.Framework.IBuildEngine" /> object used by the task.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.IBuildEngine" /> available to tasks.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.BuildEngine2">
      <summary>Gets the instance of the <see cref="T:Microsoft.Build.Framework.IBuildEngine2" /> object used by the task.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.IBuildEngine2" /> available to tasks.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.BuildEngine3">
      <summary>Gets the instance of the <see cref="T:Microsoft.Build.Framework.IBuildEngine3" /> object used by the task.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.IBuildEngine3" /> available to tasks.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.BuildEngine4">
      <summary>Gets the instance of the <see cref="T:Microsoft.Build.Framework.IBuildEngine4" /> object used by the task.</summary>
      <returns>Returns the <see cref="T:Microsoft.Build.Framework.IBuildEngine4" /> available to tasks.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.HelpKeywordPrefix">
      <summary>Gets or sets the prefix used to compose Help keywords from resource names.</summary>
      <returns>The prefix used to compose Help keywords from resource names.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.HostObject">
      <summary>Gets or sets the host object associated with the task.</summary>
      <returns>The host object associated with the task. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.Log">
      <summary>Gets an instance of a <see cref="T:Microsoft.Build.Utilities.TaskLoggingHelper" /> class containing task logging methods.</summary>
      <returns>The logging helper object.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.Task.TaskResources">
      <summary>Gets or sets the culture-specific resources associated with the task.</summary>
      <returns>The culture-specific resources associated with the task. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskItem.ItemSpec">
      <summary>Gets or sets the item specification.</summary>
      <returns>A <see cref="T:System.String" /> that represents the item specification.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskItem.MetadataCount">
      <summary>Gets the number of metadata set on the item.</summary>
      <returns>An <see cref="T:System.Int32" /> that represents the count of metadata set on the item.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskItem.MetadataNames">
      <summary>Gets the names of all the metadata on the item.</summary>
      <returns>An <see cref="T:System.Collections.ICollection" /> of metadata names.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskItem.Microsoft#Build#Framework#ITaskItem2#EvaluatedIncludeEscaped">
      <summary>
          <see cref="T:Microsoft.Build.Framework.ITaskItem2" /> implementation which gets or sets the item include value.  For disk-based items this would be the file path.</summary>
      <returns>Returns the item include value.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskLoggingHelper.BuildEngine">
      <summary>Gets the build engine that is associated with the task.</summary>
      <returns>An <see cref="T:Microsoft.Build.Framework.IBuildEngine" /> that represents the instance of the build engine that is associated with the task.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskLoggingHelper.HasLoggedErrors">
      <summary>Gets a value that indicates whether the task has logged any errors through this logging helper object.</summary>
      <returns>
          <see langword="true" /> if the task has logged any errors through this logging helper object; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskLoggingHelper.HelpKeywordPrefix">
      <summary>Gets or sets the prefix used to compose Help keywords from resource names.</summary>
      <returns>The prefix used to compose Help keywords from resource names.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskLoggingHelper.TaskName">
      <summary>Gets the name of the parent task.</summary>
      <returns>The name of the parent task.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.TaskLoggingHelper.TaskResources">
      <summary>Gets or sets the culture-specific resources used by the logging methods.</summary>
      <returns>A <see cref="T:System.Resources.ResourceManager" /> that represents the culture-specific resources used by the logging methods. This value can be <see langword="null" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolLocationHelper.PathToSystem">
      <summary>Gets the fully qualified path of the system directory.</summary>
      <returns>A string containing a directory path to the system directory.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.EchoOff">
      <summary>Indicates that command line echoing is turned off.</summary>
      <returns>True when command line echo is off.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.EnvironmentOverride">
      <summary>Gets a set of environment variable name-value pairs. Designed to be overridden in a custom task class (derived from ToolTask) to return a set of new or altered environment variables to create the execution context of the associated tool. </summary>
      <returns>Returns a set of environment variables. Each dictionary key is the name of the environment variable to override and the dictionary value is the value to set for that environment variable. The default implementation of EnvironmentOverride returns null.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.EnvironmentVariables">
      <summary>Array of equals-separated pairs of environment variables that should be passed to the spawned executable, in addition to (or selectively overriding) the regular environment block.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ExitCode">
      <summary>Gets the returned exit code of the executable file.</summary>
      <returns>The returned exit code of the executable file. If the task logged errors, but the executable returned an exit code of 0, this method returns -1.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.HasLoggedErrors">
      <summary>Whether this ToolTask has logged any errors</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.LogStandardErrorAsError">
      <summary>Should ALL messages received on the standard error stream be logged as errors.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ResponseFileEncoding">
      <summary>Gets the <see cref="T:System.Text.Encoding" /> of the response file.</summary>
      <returns>The <see cref="T:System.Text.Encoding" /> of the response file.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardErrorEncoding">
      <summary>Gets the <see cref="T:System.Text.Encoding" /> of the standard error stream of the task.</summary>
      <returns>The <see cref="T:System.Text.Encoding" /> of the response file.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardErrorImportance">
      <summary>Task Parameter: Importance with which to log text from the standard error stream.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardErrorImportanceToUse">
      <summary>Gets the actual importance at which standard error messages will be logged.</summary>
      <returns>Returns the actual importance at which standard error messages will be logged.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardErrorLoggingImportance">
      <summary>Gets the <see cref="T:Microsoft.Build.Framework.MessageImportance" /> with which to log errors.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.MessageImportance" /> with which to log errors.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardOutputEncoding">
      <summary>Gets the <see cref="T:System.Text.Encoding" /> of the standard output stream of the task.</summary>
      <returns>The <see cref="T:System.Text.Encoding" /> of the response file.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardOutputImportance">
      <summary>Task Parameter: Importance with which to log text from the standard out stream.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardOutputImportanceToUse">
      <summary>Gets the actual importance at which standard out messages will be logged.</summary>
      <returns>Returns the actual importance at which standard out messages will be logged.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.StandardOutputLoggingImportance">
      <summary>Gets the <see cref="T:Microsoft.Build.Framework.MessageImportance" /> with which to log errors.</summary>
      <returns>The <see cref="T:Microsoft.Build.Framework.MessageImportance" /> with which to log errors.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.TaskProcessTerminationTimeout">
      <summary>A timeout to wait for a task to terminate before killing it. In milliseconds.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.Timeout">
      <summary>Gets or sets the amount of time after which the task executable is terminated.</summary>
      <returns>The time-out length, in milliseconds.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ToolCanceled">
      <summary>Used to signal when a tool has been cancelled.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ToolExe">
      <summary>Projects may set this to override a task's ToolName. Tasks may override this to prevent that.</summary>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ToolName">
      <summary>Gets the name of the executable file to run.</summary>
      <returns>The name of the executable file to run.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.ToolPath">
      <summary>Gets or sets the path of the executable file to run.</summary>
      <returns>The path of the file to run.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.UseCommandProcessor">
      <summary>Gets or sets a switch that specifies whether the tool task will create a batch file for the command-line and execute that using the command-processor, rather than executing the command directly.</summary>
      <returns>If true, the tool task will create a batch file for the command-line and execute that using the command-processor. If false the tool task will execute the command directly.</returns>
    </member>
    <member name="P:Microsoft.Build.Utilities.ToolTask.YieldDuringToolExecution">
      <summary>Indicates if the task will yield the node during tool execution.</summary>
      <returns>True when the task will yield the node during tool execution.</returns>
    </member>
    <member name="T:Microsoft.Build.Utilities.AppDomainIsolatedTask">
      <summary>Provides the same functionality as <see cref="T:Microsoft.Build.Utilities.Task" />, but also derives from <see cref="T:System.MarshalByRefObject" /> so that it can be instantiated in its own app domain.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.AssemblyFoldersExInfo">
      <summary>Contains information about entries in the AssemblyFoldersEx registry keys.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.CanonicalTrackedInputFiles">
      <summary>This class is the filetracking log interpreter for .read. tracking logs in canonical form or those that have been rooted (^) to make them canonical</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.CanonicalTrackedOutputFiles">
      <summary>This class is the file tracking log interpreter for .write. tracking logs in canonical form Canoncial .write. logs need to be rooted, since the outputs need to be associated with an input.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.CommandLineBuilder">
      <summary>Comprises utility methods for constructing a command line.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.DependencyFilter">
      <summary>Dependency filter delegate. Used during TLog saves in order for tasks to selectively remove dependencies from the written graph.</summary>
      <param name="fullPath">The full path to the dependency file about to be written to the compacted TLog</param>
      <returns>If the file should actually be written to the TLog (true) or not (false)</returns>
    </member>
    <member name="T:Microsoft.Build.Utilities.DotNetFrameworkArchitecture">
      <summary>Used to specify the targeted bitness of the .NET Framework for some methods of ToolLocationHelper</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.DotNetFrameworkArchitecture.Current">
      <summary>Indicates the .NET Framework that is currently being run under.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.DotNetFrameworkArchitecture.Bitness32">
      <summary>Indicates the 32-bit .NET Framework</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.DotNetFrameworkArchitecture.Bitness64">
      <summary>Indicates the 64-bit .NET Framework</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.ExecutableType">
      <summary>Enumeration to express the type of executable being wrapped by Tracker.exe</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.Native32Bit">
      <summary>32-bit native executable</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.Native64Bit">
      <summary>64-bit native executable</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.ManagedIL">
      <summary>A managed executable without a specified bitness</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.Managed32Bit">
      <summary>A managed executable specifically marked as 32-bit</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.Managed64Bit">
      <summary>A managed executable specifically marked as 64-bit</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.ExecutableType.SameAsCurrentProcess">
      <summary>Use the same bitness as the currently running executable.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.FileTracker">
      <summary>This class contains utility functions to encapsulate launching and logging for the Tracker</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.FlatTrackingData">
      <summary>This class is used to track file dependencies during a build.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.HostObjectInitializationStatus">
      <summary>Defines the next action for <see cref="T:Microsoft.Build.Utilities.ToolTask" /> after an attempt to initialize the host object.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.HostObjectInitializationStatus.UseHostObjectToExecute">
      <summary>Indicates that an appropriate host object for this task exists, which can support all of the parameters passed in and should be invoked to do the real work of the task.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.HostObjectInitializationStatus.UseAlternateToolToExecute">
      <summary>Indicates that either a host object is not available, or that the host object is not capable of supporting all of the features required for this build. Therefore, <see cref="T:Microsoft.Build.Utilities.ToolTask" /> should fallback to an alternate means of doing the build, such as invoking the command-line tool.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.HostObjectInitializationStatus.NoActionReturnSuccess">
      <summary>Indicates that the host object is up to date, and that no further action is necessary.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.HostObjectInitializationStatus.NoActionReturnFailure">
      <summary>Indicates that some of the parameters being passed into the task are invalid, and that the task should fail immediately.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.Logger">
      <summary>When overridden in a derived form, provides functionality for loggers that handle events raised by the MSBuild engine.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.MuxLogger">
      <summary>Represents a multiplexing logger. The purpose of this logger is to register and unregister multiple loggers during the build. Supports the Visual Studio IDE scenario in which loggers are registered and unregistered for each project system’s build request. One physical build can have multiple logical builds, each with its own set of loggers.The <see langword="MuxLogger" />registers itself with the build manager as a regular central /l style logger. It receives messages from the build manager and routes them to the correct logger, based on the logical build that the message came from.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.ProcessorArchitecture">
      <summary>Determines the correct tool in the Toolset that MSBuild should use, based on the current system's processor architecture.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion">
      <summary>Specifies the version of the .NET Framework to use with the methods in <see cref="T:Microsoft.Build.Utilities.ToolLocationHelper" />.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version11">
      <summary>Specifies .NET Framework version 1.1.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version20">
      <summary>Specifies .NET Framework version 2.0.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version30">
      <summary>Specifies .NET Framework version 3.0.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version35">
      <summary>Specifies .NET Framework version 3.5.</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version40">
      <summary>version 4.0</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.Version45">
      <summary>version 4.5</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.VersionLatest">
      <summary>Specifies the most recent released version of the .NET Framework.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.TargetPlatformSDK">
      <summary>Represents a target platform SDK.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.Task">
      <summary>When overridden in a derived form, provides functionality for tasks.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.TaskItem">
      <summary>Defines a single item of the project as it is passed into a task.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.TaskLoggingHelper">
      <summary>Provides helper logging methods used by tasks.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.ToolLocationHelper">
      <summary>Provides utility methods for locating .NET Framework and .NET Framework SDK files and directories.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.ToolTask">
      <summary>When overridden in a derived form, provides functionality for a task that wraps a command line tool.</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.TrackedDependencies">
      <summary>This class contains utility functions to assist with tracking dependencies</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.UpToDateCheckType">
      <summary>The possible types of up to date check that we can support</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.UpToDateCheckType.InputNewerThanOutput">
      <summary>Input newer than output</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.UpToDateCheckType.InputOrOutputNewerThanTracking">
      <summary>Input or output newer than tracking</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.UpToDateCheckType.InputNewerThanTracking">
      <summary>Input newer than tracking</summary>
    </member>
    <member name="T:Microsoft.Build.Utilities.VisualStudioVersion">
      <summary>Used to specify the version of Visual Studio from which to select associated tools for some methods of ToolLocationHelper</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.VisualStudioVersion.Version100">
      <summary>Visual Studio 2010 and SP1</summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.VisualStudioVersion.Version110">
      <summary>
          Visual Studio 2012
        </summary>
    </member>
    <member name="F:Microsoft.Build.Utilities.VisualStudioVersion.VersionLatest">
      <summary>The latest version available at the time of release</summary>
    </member>
  </members>
</doc>