8 references to Win32Resource
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
2066
var result = new
Win32Resource
(
Microsoft.CodeAnalysis.UnitTests (7)
Win32Res.cs (7)
52
yield return new
Win32Resource
(null, 0, 0, -1, "goo", 1, null);//4
53
yield return new
Win32Resource
(null, 0, 0, -1, "b", -1, "a");//0
54
yield return new
Win32Resource
(null, 0, 0, 1, null, 1, null);//5
55
yield return new
Win32Resource
(null, 0, 0, -1, "b", 2, null);//6
56
yield return new
Win32Resource
(null, 0, 0, -1, "B", 1, null);//3
57
yield return new
Win32Resource
(null, 0, 0, -1, "b", -1, "A");//1
58
yield return new
Win32Resource
(null, 0, 0, 1, null, -1, "A");//2