12 references to IsSwapped
Microsoft.CodeAnalysis.EditorFeatures (12)
FindUsages\BufferedFindUsagesContext.cs (12)
66
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
73
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
80
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
87
Contract.ThrowIfTrue(
IsSwapped
, "Should not be called if we've switched over to the streaming presenter");
94
Contract.ThrowIfTrue(
IsSwapped
, "Trying to set the presenter multiple times.");
127
if (
IsSwapped
)
140
if (
IsSwapped
)
157
if (
IsSwapped
)
170
if (
IsSwapped
)
183
if (
IsSwapped
)
196
if (
IsSwapped
)
209
if (
IsSwapped
)