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