8 references to GetString
System.Windows.Forms.Design.Tests (8)
CodeDomHelpers.cs (8)
55
return $"new CodeVariableDeclarationStatement({GetType(v.Type)}, {
GetString
(v.Name)});";
58
return $"new CodeVariableDeclarationStatement({GetType(v.Type)}, {
GetString
(v.Name)}, {GetConstructionString(v.InitExpression)});";
62
return $"new CodeVariableReferenceExpression({
GetString
(cvre.VariableName)})";
77
return $"new CodeCommentStatement({
GetString
(ccs.Comment.Text)}, true)";
80
return $"new CodeCommentStatement({
GetString
(ccs.Comment.Text)})";
82
return $"new CodePropertyReferenceExpression({GetConstructionString(cpre.TargetObject)}, {
GetString
(cpre.PropertyName)})";
91
return $"new CodePrimitiveExpression({
GetString
(s)})";
123
return
GetString
(reference.BaseType);