3 references to GetAssemblyLocation
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
CommandLineRunnerTests.cs (1)
94
var clientDir = Path.GetDirectoryName(RuntimeUtilities.
GetAssemblyLocation
(typeof(CommandLineRunnerTests)));
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\IlasmUtilities.cs (2)
32
Path.GetDirectoryName(RuntimeUtilities.
GetAssemblyLocation
(typeof(object))),
37
var directory = Path.GetDirectoryName(RuntimeUtilities.
GetAssemblyLocation
(typeof(RuntimeUtilities)));