Skip to content

Commit 82e46f3

Browse files
committed
Too many type name collisions in Razor tests
1 parent d78966a commit 82e46f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tools/ExternalAccess/Razor/Features/RazorSourceGeneratedDocumentSpanMappingService.cs renamed to src/Tools/ExternalAccess/Razor/Features/RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// See the LICENSE file in the project root for more information.
55

66
using System;
7-
using System.Collections.Generic;
87
using System.Collections.Immutable;
98
using System.Composition;
109
using System.Threading;
@@ -19,7 +18,7 @@ namespace Microsoft.CodeAnalysis.ExternalAccess.Razor;
1918
[ExportWorkspaceService(typeof(ISourceGeneratedDocumentSpanMappingService)), Shared]
2019
[method: ImportingConstructor]
2120
[method: Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
22-
internal sealed class RazorSourceGeneratedDocumentSpanMappingService(
21+
internal sealed class RazorSourceGeneratedDocumentSpanMappingServiceWrapper(
2322
[Import(AllowDefault = true)] IRazorSourceGeneratedDocumentSpanMappingService? implementation) : ISourceGeneratedDocumentSpanMappingService
2423
{
2524
private readonly IRazorSourceGeneratedDocumentSpanMappingService? _implementation = implementation;

0 commit comments

Comments
 (0)