4 references to FSharpContentType
Microsoft.CodeAnalysis.EditorFeatures (2)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
30
[ContentType(ContentTypeNames.
FSharpContentType
)]
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
85
ContentTypeNames.
FSharpContentType
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Editor\FSharpContentTypeNames.cs (1)
12
public const string FSharpContentType = CodeAnalysis.Editor.ContentTypeNames.
FSharpContentType
;
Internal\Editor\FSharpSmartIndentProvider.cs (1)
25
[ContentType(ContentTypeNames.
FSharpContentType
)]