3 references to HTML
Microsoft.VisualStudio.LanguageServices (3)
Venus\ContainedDocument.cs (3)
46
private const string HTML = nameof(
HTML
);
142
if (projectionBuffer.SourceBuffers.Any(b => b.ContentType.IsOfType(
HTML
) ||
154
if (DataBuffer.CurrentSnapshot.ContentType.IsOfType(
HTML
))