10 references to GetConstructionString
System.Windows.Forms.Design.Tests (10)
CodeDomHelpers.cs (9)
17
Assert.Equal(
GetConstructionString
(expected[i]),
GetConstructionString
(actual[i]));
25
Console.WriteLine($"- [{i}] {
GetConstructionString
(expected[i])}");
33
Console.WriteLine($"- [{i}] {
GetConstructionString
(actual[i])}");
58
return $"new CodeVariableDeclarationStatement({GetType(v.Type)}, {GetString(v.Name)}, {
GetConstructionString
(v.InitExpression)});";
60
return $"new CodeAssignStatement({
GetConstructionString
(cas.Left)}, {
GetConstructionString
(cas.Right)})";
70
string parameters = string.Join(", ", coce.Parameters.Cast<CodeObject>().Select(o =>
GetConstructionString
(o)));
82
return $"new CodePropertyReferenceExpression({
GetConstructionString
(cpre.TargetObject)}, {GetString(cpre.PropertyName)})";
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (1)
1714
Console.WriteLine($" - {CodeDomHelpers.
GetConstructionString
(e)}");