3 references to IsSourceBuffer
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Extensions\IBufferGraphExtensions.cs (3)
100if (startBuffer is IProjectionBufferBase startProjBuffer && IsSourceBuffer(startProjBuffer, destinationBuffer)) 105if (destinationBuffer is IProjectionBufferBase destProjBuffer && IsSourceBuffer(destProjBuffer, startBuffer)) 116top.SourceBuffers.OfType<IProjectionBufferBase>().Any(b => IsSourceBuffer(b, bottom));