Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Move SourceText: Microsoft.FSharp -> FSharp (dotnet#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok authored and KevinRansom committed Mar 29, 2019
1 parent 52e5e7b commit 2aad310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CodeFix/ReplaceWithSuggestion.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ open FSharp.Compiler
open FSharp.Compiler.SourceCodeServices
open FSharp.Compiler.Range
open Microsoft.FSharp.Compiler.SourceCodeServices
open Microsoft.FSharp.Compiler.Text

[<ExportCodeFixProvider(FSharpConstants.FSharpLanguageName, Name = "ReplaceWithSuggestion"); Shared>]
type internal FSharpReplaceWithSuggestionCodeFixProvider
Expand Down
2 changes: 1 addition & 1 deletion Common/Extensions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.IO
open Microsoft.CodeAnalysis
open Microsoft.CodeAnalysis.Text
open Microsoft.CodeAnalysis.Host
open Microsoft.FSharp.Compiler.Text
open FSharp.Compiler.Text
open FSharp.Compiler.Ast
open FSharp.Compiler.SourceCodeServices

Expand Down

0 comments on commit 2aad310

Please sign in to comment.