141 instantiations of ProjectRootElementFromString
Microsoft.Build.Engine.OM.UnitTests (112)
Construction\ProjectChooseElement_Tests.cs (2)
196using ProjectRootElementFromString projectRootElementFromString = new(content); 220using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectExtensionsElement_Tests.cs (6)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 120using ProjectRootElementFromString projectRootElementFromString = new(content); 146using ProjectRootElementFromString projectRootElementFromString = new(content); 172using ProjectRootElementFromString projectRootElementFromString = new(content); 195using ProjectRootElementFromString projectRootElementFromString = new(content); 214using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectFormatting_Tests.cs (10)
110using ProjectRootElementFromString projectRootElementFromString = new( 146using ProjectRootElementFromString projectRootElementFromString = new( 182using ProjectRootElementFromString projectRootElementFromString = new( 213using ProjectRootElementFromString projectRootElementFromString = new( 243using ProjectRootElementFromString projectRootElementFromString = new( 277using ProjectRootElementFromString projectRootElementFromString = new( 316using ProjectRootElementFromString projectRootElementFromString = new( 359using ProjectRootElementFromString projectRootElementFromString = new( 386using ProjectRootElementFromString projectRootElementFromString = new( 441using ProjectRootElementFromString projectRootElementFromString = new(
Construction\ProjectImportElement_Tests.cs (4)
99using ProjectRootElementFromString projectRootElementFromString = new(content); 122using ProjectRootElementFromString projectRootElementFromString = new(content); 259using ProjectRootElementFromString projectFileProject = new(projectfileContent); 262using ProjectRootElementFromString targetsFileProject = new(targetsfileContent);
Construction\ProjectImportGroupElement_Tests.cs (7)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 74using ProjectRootElementFromString projectRootElementFromString = new(content); 120using ProjectRootElementFromString projectRootElementFromString = new(content); 164using ProjectRootElementFromString projectRootElementFromString = new(content); 264using ProjectRootElementFromString projectRootElementFromString = new(content); 296using ProjectRootElementFromString projectRootElementFromString = new(content); 328using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemDefinitionElement_Tests.cs (3)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 58using ProjectRootElementFromString projectRootElementFromString = new(content); 107using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemDefinitionGroupElement_Tests.cs (2)
59using ProjectRootElementFromString projectRootElementFromString = new(content); 84using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemElement_Tests.cs (3)
357using ProjectRootElementFromString projectRootElementFromString = new(project); 410using ProjectRootElementFromString projectRootElementFromString = new(project); 1041using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemGroupElement_tests.cs (3)
41using ProjectRootElementFromString projectRootElementFromString = new(content); 63using ProjectRootElementFromString projectRootElementFromString = new(content); 196using ProjectRootElementFromString projectRootElementFromString = new(content, ProjectCollection.GlobalProjectCollection, true);
Construction\ProjectMetadataElement_Tests.cs (20)
298using ProjectRootElementFromString projectRootElementFromString = new(project); 325using ProjectRootElementFromString projectRootElementFromString = new(project); 404using ProjectRootElementFromString projectRootElementFromString = new(content); 426using ProjectRootElementFromString projectRootElementFromString = new(project); 451using ProjectRootElementFromString projectRootElementFromString = new(project); 485using ProjectRootElementFromString projectRootElementFromString = new(project); 510using ProjectRootElementFromString projectRootElementFromString = new(project); 556using ProjectRootElementFromString projectRootElementFromString = new( 600using ProjectRootElementFromString projectRootElementFromString = new( 674using ProjectRootElementFromString projectRootElementFromString = new( 717using ProjectRootElementFromString projectRootElementFromString = new( 803using ProjectRootElementFromString projectRootElementFromString = new( 866using ProjectRootElementFromString projectRootElementFromString = new( 935using ProjectRootElementFromString projectRootElementFromString = new( 978using ProjectRootElementFromString projectRootElementFromString = new( 1050using ProjectRootElementFromString projectRootElementFromString = new( 1090using ProjectRootElementFromString projectRootElementFromString = new( 1161using ProjectRootElementFromString projectRootElementFromString = new( 1208using ProjectRootElementFromString projectRootElementFromString = new( 1268using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectOnErrorElement_Tests.cs (2)
49using ProjectRootElementFromString projectRootElementFromString = new(content); 301using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectOutputElement_Tests.cs (2)
290using ProjectRootElementFromString projectRootElementFromString = new(content); 313using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectPropertyElement_Tests.cs (2)
47using ProjectRootElementFromString projectRootElementFromString = new(content); 278using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectPropertyGroupElement_Tests.cs (2)
39using ProjectRootElementFromString projectRootElementFromString = new(content); 61using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectRootElement_Tests.cs (12)
220using ProjectRootElementFromString projectRootElementFromString = new(content); 239using ProjectRootElementFromString projectRootElementFromString = new(content); 370using ProjectRootElementFromString projectRootElementFromString = new(content); 704using ProjectRootElementFromString projectRootElementFromStringUTF16 = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""utf-16""?> 710using ProjectRootElementFromString projectRootElementFromStringUTF8 = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""utf-8""?> 716using ProjectRootElementFromString projectRootElementFromStringASCII = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""us-ascii""?> 755using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(@" 824using ProjectRootElementFromString projectRootElementFromString = new(content); 882using ProjectRootElementFromString projectRootElementFromString = new(content); 1270using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(project)); 1292using ProjectRootElementFromString projectRootElementFromString = new( 1976using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectTargetElement_Tests.cs (2)
58using ProjectRootElementFromString projectRootElementFromString = new(content); 382using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectTaskElement_Tests.cs (1)
300using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectUsingTaskElement_Tests.cs (4)
420using ProjectRootElementFromString projectRootElementFromString = new(content); 482using ProjectRootElementFromString projectRootElementFromString = new(content); 500using ProjectRootElementFromString projectRootElementFromString = new(content); 517using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\UsingTaskBodyElement_Tests.cs (1)
138using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\UsingTaskParameterElement_Tests.cs (1)
227using ProjectRootElementFromString projectRootElementFromString = new(contents);
Construction\UsingTaskParameterGroup_Tests.cs (1)
138using ProjectRootElementFromString projectRootElementFromString = new(contents);
Definition\Project_Tests.cs (13)
107using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 133using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 161using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 596using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 641using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 676using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 709using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 745using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 783using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 1447using ProjectRootElementFromString projectRootElementFromString = new( 1513using ProjectRootElementFromString projectRootElementFromString = new( 1595using (var projectRootElementFromString = new ProjectRootElementFromString(projectContents, projectCollection, preserveFormatting: true)) 4418using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent);
Definition\ProjectMetadata_Tests.cs (1)
52using ProjectRootElementFromString projectRootElementFromString = new(content);
Definition\ProjectProperty_Tests.cs (1)
287using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectItemInstance_Tests.cs (1)
1164using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectOnErrorInstance_Tests.cs (1)
43using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTargetInstance_Tests.cs (1)
145using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskInstance_Tests.cs (1)
73using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskOutputItemInstance_Tests.cs (1)
46using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskOutputPropertyInstance_Tests.cs (1)
46using ProjectRootElementFromString projectRootElementFromString = new(content);
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
171using ProjectRootElementFromString projectRootElementFromString = new(content);
Microsoft.Build.Engine.UnitTests (28)
BackEnd\BuildManager_Tests.cs (2)
3741using ProjectRootElementFromString projectRootElementFromString = new(string.Format(mainProjectContents, p2pProjectPath), collection); 3893using ProjectRootElementFromString projectRootElementFromString = new(string.Format(mainProject, importPath), _projectCollection);
BackEnd\IntrinsicTask_Tests.cs (1)
3519using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(@"
BackEnd\LoggingServicesLogMethod_Tests.cs (2)
464using ProjectRootElementFromString projectRootElementFromString = new(projectfileContent); 467using ProjectRootElementFromString projectRootElementFromtargetString = new(targetsfileContent);
Definition\ProjectItem_Tests.cs (1)
78using ProjectRootElementFromString projectRootElementFromString = new(content);
Evaluation\Preprocessor_Tests.cs (4)
359using ProjectRootElementFromString projectRootElementFromString = new(two); 824using ProjectRootElementFromString projectRootElementFromString = new(content); 879using ProjectRootElementFromString projectRootElementFromString = new(content); 1107using ProjectRootElementFromString projectRootElementFromString = new(content);
Evaluation\ProjectSdkImplicitImport_Tests.cs (7)
109using ProjectRootElementFromString projectRootElementFromString = new(content); 132using ProjectRootElementFromString projectRootElementFromString = new(content); 199using ProjectRootElementFromString projectRootElementFromString = new(content); 243using ProjectRootElementFromString projectRootElementFromString = new(content); 277using ProjectRootElementFromString projectRootElementFromString = new(content); 333using ProjectRootElementFromString projectRootElementFromString = new(content); 443using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectInstance_Internal_Tests.cs (8)
68using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 116using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 286using ProjectRootElementFromString projectRootElementFromString = new("<Project></Project>", ProjectCollection.GlobalProjectCollection, false, false); 414using ProjectRootElementFromString projectRootElementFromString = new(projectContent); 688using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(projectContents)); 781using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 817using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 861using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent);
Instance\TaskItem_Tests.cs (3)
277using ProjectRootElementFromString projectRootElementFromString = new(content); 331using ProjectRootElementFromString projectRootElementFromString = new(content); 367using ProjectRootElementFromString projectRootElementFromString = new(content);
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1099using ProjectRootElementFromString projectRootElementFromString = new(CleanupFileContents(content));
141 references to ProjectRootElementFromString
Microsoft.Build.Engine.OM.UnitTests (112)
Construction\ProjectChooseElement_Tests.cs (2)
196using ProjectRootElementFromString projectRootElementFromString = new(content); 220using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectExtensionsElement_Tests.cs (6)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 120using ProjectRootElementFromString projectRootElementFromString = new(content); 146using ProjectRootElementFromString projectRootElementFromString = new(content); 172using ProjectRootElementFromString projectRootElementFromString = new(content); 195using ProjectRootElementFromString projectRootElementFromString = new(content); 214using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectFormatting_Tests.cs (10)
110using ProjectRootElementFromString projectRootElementFromString = new( 146using ProjectRootElementFromString projectRootElementFromString = new( 182using ProjectRootElementFromString projectRootElementFromString = new( 213using ProjectRootElementFromString projectRootElementFromString = new( 243using ProjectRootElementFromString projectRootElementFromString = new( 277using ProjectRootElementFromString projectRootElementFromString = new( 316using ProjectRootElementFromString projectRootElementFromString = new( 359using ProjectRootElementFromString projectRootElementFromString = new( 386using ProjectRootElementFromString projectRootElementFromString = new( 441using ProjectRootElementFromString projectRootElementFromString = new(
Construction\ProjectImportElement_Tests.cs (4)
99using ProjectRootElementFromString projectRootElementFromString = new(content); 122using ProjectRootElementFromString projectRootElementFromString = new(content); 259using ProjectRootElementFromString projectFileProject = new(projectfileContent); 262using ProjectRootElementFromString targetsFileProject = new(targetsfileContent);
Construction\ProjectImportGroupElement_Tests.cs (7)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 74using ProjectRootElementFromString projectRootElementFromString = new(content); 120using ProjectRootElementFromString projectRootElementFromString = new(content); 164using ProjectRootElementFromString projectRootElementFromString = new(content); 264using ProjectRootElementFromString projectRootElementFromString = new(content); 296using ProjectRootElementFromString projectRootElementFromString = new(content); 328using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemDefinitionElement_Tests.cs (3)
34using ProjectRootElementFromString projectRootElementFromString = new(content); 58using ProjectRootElementFromString projectRootElementFromString = new(content); 107using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemDefinitionGroupElement_Tests.cs (2)
59using ProjectRootElementFromString projectRootElementFromString = new(content); 84using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemElement_Tests.cs (3)
357using ProjectRootElementFromString projectRootElementFromString = new(project); 410using ProjectRootElementFromString projectRootElementFromString = new(project); 1041using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectItemGroupElement_tests.cs (3)
41using ProjectRootElementFromString projectRootElementFromString = new(content); 63using ProjectRootElementFromString projectRootElementFromString = new(content); 196using ProjectRootElementFromString projectRootElementFromString = new(content, ProjectCollection.GlobalProjectCollection, true);
Construction\ProjectMetadataElement_Tests.cs (20)
298using ProjectRootElementFromString projectRootElementFromString = new(project); 325using ProjectRootElementFromString projectRootElementFromString = new(project); 404using ProjectRootElementFromString projectRootElementFromString = new(content); 426using ProjectRootElementFromString projectRootElementFromString = new(project); 451using ProjectRootElementFromString projectRootElementFromString = new(project); 485using ProjectRootElementFromString projectRootElementFromString = new(project); 510using ProjectRootElementFromString projectRootElementFromString = new(project); 556using ProjectRootElementFromString projectRootElementFromString = new( 600using ProjectRootElementFromString projectRootElementFromString = new( 674using ProjectRootElementFromString projectRootElementFromString = new( 717using ProjectRootElementFromString projectRootElementFromString = new( 803using ProjectRootElementFromString projectRootElementFromString = new( 866using ProjectRootElementFromString projectRootElementFromString = new( 935using ProjectRootElementFromString projectRootElementFromString = new( 978using ProjectRootElementFromString projectRootElementFromString = new( 1050using ProjectRootElementFromString projectRootElementFromString = new( 1090using ProjectRootElementFromString projectRootElementFromString = new( 1161using ProjectRootElementFromString projectRootElementFromString = new( 1208using ProjectRootElementFromString projectRootElementFromString = new( 1268using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectOnErrorElement_Tests.cs (2)
49using ProjectRootElementFromString projectRootElementFromString = new(content); 301using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectOutputElement_Tests.cs (2)
290using ProjectRootElementFromString projectRootElementFromString = new(content); 313using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectPropertyElement_Tests.cs (2)
47using ProjectRootElementFromString projectRootElementFromString = new(content); 278using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectPropertyGroupElement_Tests.cs (2)
39using ProjectRootElementFromString projectRootElementFromString = new(content); 61using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectRootElement_Tests.cs (12)
220using ProjectRootElementFromString projectRootElementFromString = new(content); 239using ProjectRootElementFromString projectRootElementFromString = new(content); 370using ProjectRootElementFromString projectRootElementFromString = new(content); 704using ProjectRootElementFromString projectRootElementFromStringUTF16 = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""utf-16""?> 710using ProjectRootElementFromString projectRootElementFromStringUTF8 = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""utf-8""?> 716using ProjectRootElementFromString projectRootElementFromStringASCII = new(ObjectModelHelpers.CleanupFileContents(@"<?xml version=""1.0"" encoding=""us-ascii""?> 755using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(@" 824using ProjectRootElementFromString projectRootElementFromString = new(content); 882using ProjectRootElementFromString projectRootElementFromString = new(content); 1270using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(project)); 1292using ProjectRootElementFromString projectRootElementFromString = new( 1976using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectTargetElement_Tests.cs (2)
58using ProjectRootElementFromString projectRootElementFromString = new(content); 382using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectTaskElement_Tests.cs (1)
300using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\ProjectUsingTaskElement_Tests.cs (4)
420using ProjectRootElementFromString projectRootElementFromString = new(content); 482using ProjectRootElementFromString projectRootElementFromString = new(content); 500using ProjectRootElementFromString projectRootElementFromString = new(content); 517using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\UsingTaskBodyElement_Tests.cs (1)
138using ProjectRootElementFromString projectRootElementFromString = new(content);
Construction\UsingTaskParameterElement_Tests.cs (1)
227using ProjectRootElementFromString projectRootElementFromString = new(contents);
Construction\UsingTaskParameterGroup_Tests.cs (1)
138using ProjectRootElementFromString projectRootElementFromString = new(contents);
Definition\Project_Tests.cs (13)
107using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 133using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 161using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 596using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 641using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 676using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 709using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 745using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 783using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 1447using ProjectRootElementFromString projectRootElementFromString = new( 1513using ProjectRootElementFromString projectRootElementFromString = new( 1595using (var projectRootElementFromString = new ProjectRootElementFromString(projectContents, projectCollection, preserveFormatting: true)) 4418using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent);
Definition\ProjectMetadata_Tests.cs (1)
52using ProjectRootElementFromString projectRootElementFromString = new(content);
Definition\ProjectProperty_Tests.cs (1)
287using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectItemInstance_Tests.cs (1)
1164using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectOnErrorInstance_Tests.cs (1)
43using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTargetInstance_Tests.cs (1)
145using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskInstance_Tests.cs (1)
73using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskOutputItemInstance_Tests.cs (1)
46using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectTaskOutputPropertyInstance_Tests.cs (1)
46using ProjectRootElementFromString projectRootElementFromString = new(content);
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
171using ProjectRootElementFromString projectRootElementFromString = new(content);
Microsoft.Build.Engine.UnitTests (28)
BackEnd\BuildManager_Tests.cs (2)
3741using ProjectRootElementFromString projectRootElementFromString = new(string.Format(mainProjectContents, p2pProjectPath), collection); 3893using ProjectRootElementFromString projectRootElementFromString = new(string.Format(mainProject, importPath), _projectCollection);
BackEnd\IntrinsicTask_Tests.cs (1)
3519using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(@"
BackEnd\LoggingServicesLogMethod_Tests.cs (2)
464using ProjectRootElementFromString projectRootElementFromString = new(projectfileContent); 467using ProjectRootElementFromString projectRootElementFromtargetString = new(targetsfileContent);
Definition\ProjectItem_Tests.cs (1)
78using ProjectRootElementFromString projectRootElementFromString = new(content);
Evaluation\Preprocessor_Tests.cs (4)
359using ProjectRootElementFromString projectRootElementFromString = new(two); 824using ProjectRootElementFromString projectRootElementFromString = new(content); 879using ProjectRootElementFromString projectRootElementFromString = new(content); 1107using ProjectRootElementFromString projectRootElementFromString = new(content);
Evaluation\ProjectSdkImplicitImport_Tests.cs (7)
109using ProjectRootElementFromString projectRootElementFromString = new(content); 132using ProjectRootElementFromString projectRootElementFromString = new(content); 199using ProjectRootElementFromString projectRootElementFromString = new(content); 243using ProjectRootElementFromString projectRootElementFromString = new(content); 277using ProjectRootElementFromString projectRootElementFromString = new(content); 333using ProjectRootElementFromString projectRootElementFromString = new(content); 443using ProjectRootElementFromString projectRootElementFromString = new(content);
Instance\ProjectInstance_Internal_Tests.cs (8)
68using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 116using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 286using ProjectRootElementFromString projectRootElementFromString = new("<Project></Project>", ProjectCollection.GlobalProjectCollection, false, false); 414using ProjectRootElementFromString projectRootElementFromString = new(projectContent); 688using ProjectRootElementFromString projectRootElementFromString = new(ObjectModelHelpers.CleanupFileContents(projectContents)); 781using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 817using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent); 861using ProjectRootElementFromString projectRootElementFromString = new(projectFileContent);
Instance\TaskItem_Tests.cs (3)
277using ProjectRootElementFromString projectRootElementFromString = new(content); 331using ProjectRootElementFromString projectRootElementFromString = new(content); 367using ProjectRootElementFromString projectRootElementFromString = new(content);
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1099using ProjectRootElementFromString projectRootElementFromString = new(CleanupFileContents(content));