1 write to theString
Microsoft.CodeAnalysis (1)
CvtRes.cs (1)
162
pstring.
theString
= sb.ToString();
7 references to theString
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (2)
2073
name: r.pstringName.
theString
,
2075
typeName: r.pstringType.
theString
CvtRes.cs (1)
116
if (pAdditional.pstringType.
theString
== null && (pAdditional.pstringType.Ordinal == (WORD)RT_DLGINCLUDE))
Microsoft.CodeAnalysis.UnitTests (4)
Win32Res.cs (4)
40
Assert.Equal("IMAGE", list[1].pstringType.
theString
);
42
Assert.Equal("BACKGROUND_GRADIENT.JPG", list[1].pstringName.
theString
);
44
Assert.Equal("IMAGE", list[2].pstringType.
theString
);
46
Assert.Equal("INFO.PNG", list[2].pstringName.
theString
);