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