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