4 references to s_propertiesDll
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\Source\PropertyTests.cs (4)
476
var compilation = CompileAndVerify(source, new[] {
s_propertiesDll
}, expectedOutput: "0");
662
var compilation = CompileAndVerify(source, new[] {
s_propertiesDll
}, expectedOutput: "0");
697
var verifier = CompileAndVerify(source, new[] {
s_propertiesDll
}, expectedOutput: "0");
2581
return CreateCompilation(source, new[] {
s_propertiesDll
}, options ?? TestOptions.ReleaseDll);