2 writes to DefaultContentType
Microsoft.CodeAnalysis.EditorFeatures (2)
ContentTypeLanguageMetadata.cs (2)
20this.DefaultContentType = (string)data.GetValueOrDefault("DefaultContentType"); 26this.DefaultContentType = defaultContentType;
2 references to DefaultContentType
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\HostWorkspaceServicesExtensions.cs (2)
79.Where(lz => !string.IsNullOrEmpty(lz.Metadata.DefaultContentType)) 80.Select(lz => (lz.Metadata.Language, lz.Metadata.DefaultContentType))