3 references to s_customStruct
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskBuilderTestTask.cs (2)
1069_testTaskHost?.OutputRead("CustomStructOutput", s_customStruct); 1070return s_customStruct;
BackEnd\TaskHostFactory_Tests.cs (1)
205projectInstance.GetPropertyValue("CustomStructOutput").ShouldBe(TaskBuilderTestTask.s_customStruct.ToString(CultureInfo.InvariantCulture));