3 references to CommandContentTypeName
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveWindowContentTypes.cs (1)
21
[Export, Name(
CommandContentTypeName
), BaseDefinition("code")]
Interactive\InteractiveWindowResetCommand.cs (1)
28
[ContentType(InteractiveWindowContentTypes.
CommandContentTypeName
)]
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
55
specializedContentType: InteractiveWindowContentTypes.
CommandContentTypeName
);