2 writes to ContentType
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
56
ContentType
= contentType;
75
ContentType
= contentType;
6 references to ContentType
Microsoft.VisualStudio.LanguageServices (6)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (6)
146
[this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive)], ProjectionBufferOptions.None,
ContentType
);
169
[previousStatementSpan, debuggerMappedSpan, this.StatementTerminator, restOfFileSpan], ProjectionBufferOptions.None,
ContentType
);
190
_textView.TextBuffer.ChangeContentType(
ContentType
, null);
200
var contentType = install ?
ContentType
: _originalContentType;
211
[debuggerMappedSpan], ProjectionBufferOptions.PermissiveEdgeInclusiveSourceSpans,
ContentType
);
218
ProjectionBufferOptions.None,
ContentType
);