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