Implemented interface member:
property
ContentTypes
Microsoft.CodeAnalysis.Editor.IContentTypeMetadata.ContentTypes
3 references to ContentTypes
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\CommandHandlers\ExecuteInInteractiveCommandHandler.cs (1)
43.Where(handler => handler.Metadata.ContentTypes.Any(textBuffer.ContentType.IsOfType))
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestWorkspace.cs (1)
208return values.Single(value => value.Metadata.ContentTypes.Contains(contentType)).Value;
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanupFixerProvider.cs (1)
31=> _codeCleanUpFixers.WhereAsArray(handler => handler.Metadata.ContentTypes.Any(contentType.IsOfType))