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