3 overrides of GetAssemblySimpleNames
Microsoft.CodeAnalysis.Scripting (3)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\ClrGlobalAssemblyCache.cs (1)
117
public override IEnumerable<string>
GetAssemblySimpleNames
(ImmutableArray<ProcessorArchitecture> architectureFilter = default(ImmutableArray<ProcessorArchitecture>))
src\Compilers\Shared\GlobalAssemblyCacheHelpers\DotNetCoreGlobalAssemblyCache.cs (1)
32
public override IEnumerable<string>
GetAssemblySimpleNames
(ImmutableArray<ProcessorArchitecture> architectureFilter = default)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\MonoGlobalAssemblyCache.cs (1)
159
public override IEnumerable<string>
GetAssemblySimpleNames
(ImmutableArray<ProcessorArchitecture> architectureFilter = default(ImmutableArray<ProcessorArchitecture>))