2 writes to ProjectionBufferFactoryService
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
58
this.
ProjectionBufferFactoryService
= componentModel.GetService<IProjectionBufferFactoryService>();
76
this.
ProjectionBufferFactoryService
= componentModel.GetService<IProjectionBufferFactoryService>();
4 references to ProjectionBufferFactoryService
Microsoft.VisualStudio.LanguageServices (4)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (4)
145
this.ContextBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,
168
_projectionBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,
210
var projectionBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,
216
var elisionProjectionBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,