2 writes to ProjectionBufferFactoryService
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
58
this.
ProjectionBufferFactoryService
= componentModel.GetService<IProjectionBufferFactoryService>();
76
this.
ProjectionBufferFactoryService
= componentModel.GetService<IProjectionBufferFactoryService>();
3 references to ProjectionBufferFactoryService
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (3)
141
this.ContextBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,
195
var projectionBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,
201
var elisionProjectionBuffer = this.
ProjectionBufferFactoryService
.CreateProjectionBuffer(null,