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)
89public IContentType ContentType { get { return _contentType; } } 148new object[] { this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive) }, ProjectionBufferOptions.None, _contentType); 171new object[] { previousStatementSpan, debuggerMappedSpan, this.StatementTerminator, restOfFileSpan }, ProjectionBufferOptions.None, _contentType); 192_textView.TextBuffer.ChangeContentType(_contentType, null); 202var contentType = install ? _contentType : _originalContentType; 213new object[] { debuggerMappedSpan }, ProjectionBufferOptions.PermissiveEdgeInclusiveSourceSpans, _contentType); 220ProjectionBufferOptions.None, _contentType);