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