11 references to IsSwapped
Microsoft.CodeAnalysis.EditorFeatures (11)
FindUsages\BufferedFindUsagesContext.cs (11)
64
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
71
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
78
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
85
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
92
Contract.ThrowIfTrue(
IsSwapped
, "Trying to set the presenter multiple times.");
123
if (
IsSwapped
)
136
if (
IsSwapped
)
153
if (
IsSwapped
)
166
if (
IsSwapped
)
179
if (
IsSwapped
)
192
if (
IsSwapped
)