2 writes to _contentType
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
58
_contentType
= contentType;
77
_contentType
= contentType;
7 references to _contentType
Microsoft.VisualStudio.LanguageServices (7)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (7)
89
public IContentType ContentType { get { return
_contentType
; } }
148
new object[] { this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive) }, ProjectionBufferOptions.None,
_contentType
);
171
new object[] { previousStatementSpan, debuggerMappedSpan, this.StatementTerminator, restOfFileSpan }, ProjectionBufferOptions.None,
_contentType
);
192
_textView.TextBuffer.ChangeContentType(
_contentType
, null);
202
var contentType = install ?
_contentType
: _originalContentType;
213
new object[] { debuggerMappedSpan }, ProjectionBufferOptions.PermissiveEdgeInclusiveSourceSpans,
_contentType
);
220
ProjectionBufferOptions.None,
_contentType
);