4 references to FSharpContentType
Microsoft.CodeAnalysis.EditorFeatures (2)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
33
[ContentType(ContentTypeNames.
FSharpContentType
)]
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
71
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)
28
[ContentType(ContentTypeNames.
FSharpContentType
)]