2 writes to ContentType
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
56ContentType = contentType; 75ContentType = 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); 200var contentType = install ? ContentType : _originalContentType; 211[debuggerMappedSpan], ProjectionBufferOptions.PermissiveEdgeInclusiveSourceSpans, ContentType); 218ProjectionBufferOptions.None, ContentType);