2 writes to ContentType
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
56
ContentType
= contentType;
75
ContentType
= contentType;
5 references to ContentType
Microsoft.VisualStudio.LanguageServices (5)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (5)
142
[this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive)], ProjectionBufferOptions.None,
ContentType
);
175
_textView.TextBuffer.ChangeContentType(
ContentType
, null);
185
var contentType = install ?
ContentType
: _originalContentType;
196
[debuggerMappedSpan], ProjectionBufferOptions.PermissiveEdgeInclusiveSourceSpans,
ContentType
);
203
ProjectionBufferOptions.None,
ContentType
);