提交 1af11272 编写于 作者: A AdamSpeight2008

PR review change, Remove an interface, additional line breaks.

上级 ac2e23a3
......@@ -19,10 +19,13 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
<ExportLanguageServiceFactory(GetType(ISyntaxFactsService), LanguageNames.VisualBasic), [Shared]>
Friend Class VisualBasicSyntaxFactsServiceFactory
Implements ILanguageServiceFactory
Private Shared ReadOnly Property Instance As New VisualBasicSyntaxFactsService
Public Sub New()
Private Sub New()
End Sub
Public Function CreateLanguageService(languageServices As HostLanguageServices) As ILanguageService Implements ILanguageServiceFactory.CreateLanguageService
Return Instance
End Function
......@@ -34,7 +37,8 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
Friend Class VisualBasicSyntaxFactsService
Inherits AbstractSyntaxFactsService
Implements ISyntaxFactsService, ILanguageService
Implements ISyntaxFactsService
Friend Sub New()
End Sub
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册