2 references to GetAssemblyLocation
Microsoft.CodeAnalysis.CSharp (1)
Parser\DirectiveParser.cs (1)
336
string assemblyPath = CommonCompiler.
GetAssemblyLocation
(typeof(CSharpCompiler));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\PreprocessorTests.cs (1)
4665
return CommonCompiler.
GetAssemblyLocation
(typeof(CSharpCompiler));