9 references to AddAssemblies
Microsoft.AspNetCore.Razor.Test.Common.Tooling (5)
Mef\TestComposition.cs (5)
28.AddAssemblies(Assembly.LoadFrom("Microsoft.CodeAnalysis.dll")) 29.AddAssemblies(Assembly.LoadFrom("Microsoft.CodeAnalysis.CSharp.Features.dll")) 30.AddAssemblies(Assembly.LoadFrom("Microsoft.CodeAnalysis.Features.dll")) 31.AddAssemblies(Assembly.LoadFrom("Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll")) 32.AddAssemblies(Assembly.LoadFrom("Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"))
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostEndpointTest.cs (3)
56.AddAssemblies(typeof(CohostLinkedEditingRangeEndpoint).Assembly) 57.AddAssemblies(typeof(DefaultLSPRequestInvoker).Assembly) 58.AddAssemblies(typeof(LanguageServerFeatureOptions).Assembly)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
MEFCompositionTest.cs (1)
20.AddAssemblies(typeof(VSCodeLanguageServerFeatureOptions).Assembly);