291 references to NoConflict
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\IEditorInlineRenameService.cs (1)
90
case RelatedLocationType.
NoConflict
:
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (289)
Rename\CSharp\AliasTests.vb (7)
341
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
394
result.AssertLabeledSpansAre("stmt1", "Attribute", RelatedLocationType.
NoConflict
)
630
result.AssertLabeledSpansAre("resolved", "X", type:=RelatedLocationType.
NoConflict
)
664
result.AssertLabeledSpansAre("short", "Bar", RelatedLocationType.
NoConflict
)
665
result.AssertLabeledSpansAre("long", "BarAttribute", RelatedLocationType.
NoConflict
)
701
result.AssertLabeledSpansAre("long1", "BarAttribute", RelatedLocationType.
NoConflict
)
702
result.AssertLabeledSpansAre("long2", "BarAttribute", RelatedLocationType.
NoConflict
)
Rename\CSharp\DeclarationConflictTests.vb (5)
542
result.AssertLabeledSpansAre("first", "Method", RelatedLocationType.
NoConflict
)
567
result.AssertLabeledSpansAre("origin", "X", type:=RelatedLocationType.
NoConflict
)
593
result.AssertLabeledSpansAre("origin", "X", type:=RelatedLocationType.
NoConflict
)
622
result.AssertLabeledSpansAre("parameter0", "y", RelatedLocationType.
NoConflict
)
623
result.AssertLabeledSpansAre("parameter1", "y", RelatedLocationType.
NoConflict
)
Rename\CSharp\EscapingTests.vb (7)
51
result.AssertLabeledSpecialSpansAre("escaped", "@if", RelatedLocationType.
NoConflict
)
103
result.AssertLabeledSpecialSpansAre("escaped", "@if", RelatedLocationType.
NoConflict
)
122
result.AssertLabeledSpansAre("escaped", "type", RelatedLocationType.
NoConflict
)
141
result.AssertLabeledSpecialSpansAre("escaped", "@if", RelatedLocationType.
NoConflict
)
184
result.AssertLabeledSpansAre("stmt1", "b", RelatedLocationType.
NoConflict
)
213
result.AssertLabeledSpansAre("decl", "D", RelatedLocationType.
NoConflict
)
214
result.AssertLabeledSpansAre("stmt1", "D", RelatedLocationType.
NoConflict
)
Rename\CSharp\GenericTypeParameterTests.vb (1)
30
result.AssertLabeledSpansAre("stmt1", "U", Microsoft.CodeAnalysis.Rename.ConflictEngine.RelatedLocationType.
NoConflict
)
Rename\CSharp\LocalConflictTests.vb (19)
38
result.AssertLabeledSpansAre("stmt1", "y", type:=RelatedLocationType.
NoConflict
)
62
result.AssertLabeledSpansAre("stmt1", "args", RelatedLocationType.
NoConflict
)
87
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
112
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
137
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
163
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
189
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
246
result.AssertLabeledSpansAre("stmt1", "Goo", RelatedLocationType.
NoConflict
)
273
result.AssertLabeledSpansAre("stmt1", "Goo", RelatedLocationType.
NoConflict
)
299
result.AssertLabeledSpansAre("stmt1", "Goo", RelatedLocationType.
NoConflict
)
325
result.AssertLabeledSpansAre("stmt1", "Goo", RelatedLocationType.
NoConflict
)
354
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
379
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
434
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
464
result.AssertLabeledSpansAre("def", "list", RelatedLocationType.
NoConflict
)
497
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
533
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
566
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
600
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
Rename\RenameEngineResult.vb (2)
158
AssertLocationReferencedAs(location, RelatedLocationType.
NoConflict
)
165
AssertLabeledSpansAre(label, replacement, RelatedLocationType.
NoConflict
, isRenameWithinStringOrComment:=True)
Rename\RenameEngineTests.CSharpConflicts.vb (25)
233
result.AssertLabeledSpansAre("direct", "z + this.z", RelatedLocationType.
NoConflict
)
258
result.AssertLabeledSpansAre("direct", "z + B.z", RelatedLocationType.
NoConflict
)
335
result.AssertLabeledSpansAre("resolve0", outputResult, RelatedLocationType.
NoConflict
)
385
result.AssertLabeledSpansAre("resolve0", outputResult, RelatedLocationType.
NoConflict
)
435
result.AssertLabeledSpansAre("resolve0", outputResult, RelatedLocationType.
NoConflict
)
485
result.AssertLabeledSpansAre("resolve0", outputResult, RelatedLocationType.
NoConflict
)
535
result.AssertLabeledSpansAre("resolve0", outputResult, RelatedLocationType.
NoConflict
)
560
result.AssertLabeledSpansAre("stmt1", "this.foo = foo;", RelatedLocationType.
NoConflict
)
585
result.AssertLabeledSpansAre("stmt1", "this.foo = foo;", RelatedLocationType.
NoConflict
)
612
result.AssertLabeledSpecialSpansAre("Escape1", "@if", RelatedLocationType.
NoConflict
)
613
result.AssertLabeledSpecialSpansAre("Escape2", "this.@if = @if;", RelatedLocationType.
NoConflict
)
639
result.AssertLabeledSpansAre("stmt1", "Foo.foo = foo;", RelatedLocationType.
NoConflict
)
951
result.AssertLabeledSpecialSpansAre("Escape", "@if", RelatedLocationType.
NoConflict
)
1296
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
1324
result.AssertLabeledSpansAre("stmt1", "x", RelatedLocationType.
NoConflict
)
1325
result.AssertLabeledSpansAre("stmt2", "x", RelatedLocationType.
NoConflict
)
1352
result.AssertLabeledSpansAre("stmt1", "x", RelatedLocationType.
NoConflict
)
1353
result.AssertLabeledSpansAre("stmt2", "x", RelatedLocationType.
NoConflict
)
1377
result.AssertLabeledSpansAre("Special", "Special", type:=RelatedLocationType.
NoConflict
)
1655
result.AssertLabeledSpansAre("Resolve1", "A", RelatedLocationType.
NoConflict
)
1680
result.AssertLabeledSpansAre("resolved", "@from", RelatedLocationType.
NoConflict
)
1794
result.AssertLabeledSpansAre("stmt1", "doer", RelatedLocationType.
NoConflict
)
1825
result.AssertLabeledSpansAre("Stmt2", "Del", RelatedLocationType.
NoConflict
)
2050
result.AssertLabeledSpansAre("stmt1", "Foo", RelatedLocationType.
NoConflict
)
3538
result.AssertLabeledSpansAre("current", type:=RelatedLocationType.
NoConflict
)
Rename\RenameEngineTests.vb (115)
724
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
754
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
755
result.AssertLabeledSpansAre("stmt2", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
789
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
790
result.AssertLabeledSpansAre("stmt2", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
826
result.AssertLabeledSpansAre("csstmt1", "BarBaz", RelatedLocationType.
NoConflict
)
827
result.AssertLabeledSpansAre("vbstmt1", "BarBaz", RelatedLocationType.
NoConflict
)
852
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
877
result.AssertLabeledSpansAre("stmt1", replacement:="Bar", type:=RelatedLocationType.
NoConflict
)
917
result.AssertLabeledSpansAre("stmt1", replacement:="Bar", type:=RelatedLocationType.
NoConflict
)
940
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
963
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
986
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1005
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1024
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1043
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1102
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
1121
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
1222
result.AssertLabeledSpansAre("stmt1", replacement:="Blah", type:=RelatedLocationType.
NoConflict
)
1253
result.AssertLabeledSpansAre("stmt1", replacement:="Blah", type:=RelatedLocationType.
NoConflict
)
1280
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1304
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1328
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1354
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1382
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1404
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1405
result.AssertLabeledSpansAre("stmt2", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1427
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1428
result.AssertLabeledSpansAre("stmt2", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1450
result.AssertLabeledSpansAre("stmt1", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1451
result.AssertLabeledSpansAre("stmt2", replacement:="BarBaz", type:=RelatedLocationType.
NoConflict
)
1594
result.AssertLabeledSpansAre("stmt1", replacement:="y", type:=RelatedLocationType.
NoConflict
)
1595
result.AssertLabeledSpansAre("stmt2", replacement:="y", type:=RelatedLocationType.
NoConflict
)
1625
result.AssertLabeledSpansAre("stmt1", replacement:="y", type:=RelatedLocationType.
NoConflict
)
1663
result.AssertLabeledSpansAre("stmt1", "Goo", RelatedLocationType.
NoConflict
)
1686
result.AssertLabeledSpansAre("stmt1", "y", RelatedLocationType.
NoConflict
)
2108
result.AssertLabeledSpansAre("stmt1", "bar", RelatedLocationType.
NoConflict
)
2129
result.AssertLabeledSpecialSpansAre("stmt1", "YEvent", RelatedLocationType.
NoConflict
)
2154
result.AssertLabeledSpecialSpansAre("stmt1", "YEventHandler", RelatedLocationType.
NoConflict
)
2176
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
2200
result.AssertLabeledSpecialSpansAre("stmt1", "[Await]", RelatedLocationType.
NoConflict
)
2233
result.AssertLabeledSpansAre("stmt1", "@await", RelatedLocationType.
NoConflict
)
2265
result.AssertLabeledSpansAre("stmt1", "@await", RelatedLocationType.
NoConflict
)
2297
result.AssertLabeledSpansAre("stmt2", "@await", RelatedLocationType.
NoConflict
)
2329
result.AssertLabeledSpansAre("stmt3", "await", RelatedLocationType.
NoConflict
)
2359
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
2389
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
2420
result.AssertLabeledSpansAre("resolved", "XATTRIBUTe", RelatedLocationType.
NoConflict
)
2441
result.AssertLabeledSpecialSpansAre("escaped", "[Global]", RelatedLocationType.
NoConflict
)
2462
result.AssertLabeledSpansAre("escaped", "[global]", RelatedLocationType.
NoConflict
)
2504
result.AssertLabeledSpecialSpansAre("stmt1", "BazEventHandler", RelatedLocationType.
NoConflict
)
2534
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2564
result.AssertLabeledSpecialSpansAre("getaccessor", "Get_Z", RelatedLocationType.
NoConflict
)
2602
result.AssertLabeledSpecialSpansAre("getaccessor", "Get_Z", RelatedLocationType.
NoConflict
)
2603
result.AssertLabeledSpecialSpansAre("setaccessor", "Set_Z", RelatedLocationType.
NoConflict
)
2646
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2647
result.AssertLabeledSpecialSpansAre("setaccessor", "set_Z", RelatedLocationType.
NoConflict
)
2692
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2693
result.AssertLabeledSpecialSpansAre("setaccessor", "set_Z", RelatedLocationType.
NoConflict
)
2694
result.AssertLabeledSpecialSpansAre("getaccessorstmt", "get_Z", RelatedLocationType.
NoConflict
)
2695
result.AssertLabeledSpecialSpansAre("setaccessorstmt", "set_Z", RelatedLocationType.
NoConflict
)
2740
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2741
result.AssertLabeledSpecialSpansAre("setaccessor", "set_Z", RelatedLocationType.
NoConflict
)
2742
result.AssertLabeledSpecialSpansAre("getaccessorstmt", "get_Z", RelatedLocationType.
NoConflict
)
2743
result.AssertLabeledSpecialSpansAre("setaccessorstmt", "set_Z", RelatedLocationType.
NoConflict
)
2805
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2806
result.AssertLabeledSpecialSpansAre("setaccessor", "set_Z", RelatedLocationType.
NoConflict
)
2807
result.AssertLabeledSpecialSpansAre("getaccessorstmt", "get_Z", RelatedLocationType.
NoConflict
)
2808
result.AssertLabeledSpecialSpansAre("setaccessorstmt", "set_Z", RelatedLocationType.
NoConflict
)
2863
result.AssertLabeledSpecialSpansAre("getaccessor", "get_Z", RelatedLocationType.
NoConflict
)
2864
result.AssertLabeledSpecialSpansAre("setaccessor", "set_Z", RelatedLocationType.
NoConflict
)
2865
result.AssertLabeledSpecialSpansAre("getaccessorstmt", "get_Z", RelatedLocationType.
NoConflict
)
2866
result.AssertLabeledSpecialSpansAre("setaccessorstmt", "set_Z", RelatedLocationType.
NoConflict
)
2924
result.AssertLabeledSpansAre("conflict", "y", RelatedLocationType.
NoConflict
)
2928
result.AssertLabeledSpecialSpansAre("setaccessor", "set_y", RelatedLocationType.
NoConflict
)
2929
result.AssertLabeledSpecialSpansAre("getaccessor", "get_y", RelatedLocationType.
NoConflict
)
2983
result.AssertLabeledSpansAre("conflict", "y", RelatedLocationType.
NoConflict
)
2985
result.AssertLabeledSpecialSpansAre("getaccessor", "get_y", RelatedLocationType.
NoConflict
)
3043
result.AssertLabeledSpansAre("Stmt1", "Bar", RelatedLocationType.
NoConflict
)
3065
result.AssertLabeledSpansAre("stmt1", "M\u0061in", RelatedLocationType.
NoConflict
)
3087
result.AssertLabeledSpansAre("stmt1", "Bar", RelatedLocationType.
NoConflict
)
3115
result.AssertLabeledSpansAre("stmt1", "n", RelatedLocationType.
NoConflict
)
3116
result.AssertLabeledSpansAre("stmt2", "n", RelatedLocationType.
NoConflict
)
3228
result.AssertLabeledSpecialSpansAre("Resolve", "@if", RelatedLocationType.
NoConflict
)
3229
result.AssertLabeledSpansAre("ResolveWithoutAt", "if", RelatedLocationType.
NoConflict
)
3252
result.AssertLabeledSpansAre("Resolve", <![CDATA[[If]]]>.Value, RelatedLocationType.
NoConflict
)
3334
result.AssertLabeledSpansAre("fieldinit", "z", RelatedLocationType.
NoConflict
)
3355
result.AssertLabeledSpansAre("fieldinit", "z", RelatedLocationType.
NoConflict
)
3384
result.AssertLabeledSpansAre("stmt", "xxx", RelatedLocationType.
NoConflict
)
3499
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3545
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3591
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3619
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3647
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3674
result.AssertLabeledSpecialSpansAre("handler", "YEventHandler", type:=RelatedLocationType.
NoConflict
)
3730
result.AssertLabeledSpansAre("stmt", "bar", RelatedLocationType.
NoConflict
)
4032
result.AssertLabeledSpansAre("yAttribute", replacement:="yAttribute", type:=RelatedLocationType.
NoConflict
)
4033
result.AssertLabeledSpansAre("y", replacement:="y", type:=RelatedLocationType.
NoConflict
)
4058
result.AssertLabeledSpansAre("YAttribute", replacement:="YAttribute", type:=RelatedLocationType.
NoConflict
)
4059
result.AssertLabeledSpansAre("Y", replacement:="Y", type:=RelatedLocationType.
NoConflict
)
4085
result.AssertLabeledSpansAre("yAttribute", replacement:="yAttribute", type:=RelatedLocationType.
NoConflict
)
4086
result.AssertLabeledSpansAre("y", replacement:="y", type:=RelatedLocationType.
NoConflict
)
4110
result.AssertLabeledSpansAre("yAttribute", replacement:="yAttribute", type:=RelatedLocationType.
NoConflict
)
4111
result.AssertLabeledSpansAre("y", replacement:="y", type:=RelatedLocationType.
NoConflict
)
4164
result.AssertLabeledSpecialSpansAre("Resolve", "@if", RelatedLocationType.
NoConflict
)
4195
result.AssertLabeledSpecialSpansAre("Resolve1", "[If]", RelatedLocationType.
NoConflict
)
4196
result.AssertLabeledSpecialSpansAre("Resolve2", "If", RelatedLocationType.
NoConflict
)
4230
result.AssertLabeledSpansAre("Stmt1", "y", RelatedLocationType.
NoConflict
)
4231
result.AssertLabeledSpansAre("Stmt2", "y", RelatedLocationType.
NoConflict
)
4261
result.AssertLabeledSpansAre("Stmt1", "y", RelatedLocationType.
NoConflict
)
4262
result.AssertLabeledSpansAre("Stmt2", "y", RelatedLocationType.
NoConflict
)
4373
result.AssertLabeledSpecialSpansAre("Resolve", "@string", RelatedLocationType.
NoConflict
)
4395
result.AssertLabeledSpecialSpansAre("Resolve", "[String]", RelatedLocationType.
NoConflict
)
5945
result.AssertLabeledSpecialSpansAre("iden1", "[do]", RelatedLocationType.
NoConflict
)
6775
result.AssertLabeledSpansAre("stmt1", "this.goo = goo;", RelatedLocationType.
NoConflict
)
Rename\RenameEngineTests.VisualBasicConflicts.vb (33)
324
result.AssertLabeledSpansAre("conflict0", outputResult, type:=RelatedLocationType.
NoConflict
)
390
result.AssertLabeledSpansAre("conflict0", outputResult, type:=RelatedLocationType.
NoConflict
)
1048
result.AssertLabeledSpansAre("stmt1", "Me.goo = goo", RelatedLocationType.
NoConflict
)
1071
result.AssertLabeledSpecialSpansAre("Escape", "[if]", RelatedLocationType.
NoConflict
)
1074
result.AssertLabeledSpecialSpansAre("stmt1", "Me.[if] = [if]", RelatedLocationType.
NoConflict
)
1097
result.AssertLabeledSpecialSpansAre("escape", "[if]", RelatedLocationType.
NoConflict
)
1120
result.AssertLabeledSpansAre("stmt1", "GooClass.goo = goo", RelatedLocationType.
NoConflict
)
1143
result.AssertLabeledSpansAre("stmt1", "GooModule.goo = goo", RelatedLocationType.
NoConflict
)
1231
result.AssertLabeledSpansAre("stmt1", "Class", RelatedLocationType.
NoConflict
)
1232
result.AssertLabeledSpecialSpansAre("TypeSuffix", "Class$", RelatedLocationType.
NoConflict
)
1264
result.AssertLabeledSpansAre("escaped", "[GooSelect]", RelatedLocationType.
NoConflict
)
1292
result.AssertLabeledSpansAre("Unescaped", "New$", type:=RelatedLocationType.
NoConflict
)
1293
result.AssertLabeledSpansAre("stmt1", "Dim x$ = Me.[New].ToLower", type:=RelatedLocationType.
NoConflict
)
1365
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1386
result.AssertLabeledSpansAre("stmt1", "BarBaz", RelatedLocationType.
NoConflict
)
1526
result.AssertLabeledSpansAre("stmt1", "j", RelatedLocationType.
NoConflict
)
1597
result.AssertLabeledSpansAre("Special", "Special", type:=RelatedLocationType.
NoConflict
)
1620
result.AssertLabeledSpansAre("Special", "Special", type:=RelatedLocationType.
NoConflict
)
1647
result.AssertLabeledSpansAre("stmt1", "NewMethod1", RelatedLocationType.
NoConflict
)
1670
result.AssertLabeledSpansAre("stmt1", "barbaz", RelatedLocationType.
NoConflict
)
1671
result.AssertLabeledSpansAre("stmt2", "barbaz", RelatedLocationType.
NoConflict
)
1697
result.AssertLabeledSpansAre("stmt1", "goo", type:=RelatedLocationType.
NoConflict
)
1740
result.AssertLabeledSpansAre("stmt1", "barbaz", RelatedLocationType.
NoConflict
)
1847
result.AssertLabeledSpecialSpansAre("Escape", "[New]", RelatedLocationType.
NoConflict
)
1982
result.AssertLabeledSpecialSpansAre("Resolve", compareText, RelatedLocationType.
NoConflict
)
2010
result.AssertLabeledSpansAre("Resolve2", "Attribute", RelatedLocationType.
NoConflict
)
2054
result.AssertLabeledSpansAre("escaped", "[Rem]", RelatedLocationType.
NoConflict
)
2076
result.AssertLabeledSpansAre("unreduced", "Attribute", RelatedLocationType.
NoConflict
)
2305
result.AssertLabeledSpansAre("Stmt1", "Goo", RelatedLocationType.
NoConflict
)
2306
result.AssertLabeledSpansAre("Stmt2", "Goo", RelatedLocationType.
NoConflict
)
2344
result.AssertLabeledSpansAre("Stmt1", "C", RelatedLocationType.
NoConflict
)
2695
result.AssertLabeledSpecialSpansAre("backingfield", "_Y", type:=RelatedLocationType.
NoConflict
)
3115
result.AssertLabeledSpansAre("current", type:=RelatedLocationType.
NoConflict
)
Rename\VisualBasic\AliasTests.vb (4)
324
result.AssertLabeledSpansAre("short", "Bar", RelatedLocationType.
NoConflict
)
325
result.AssertLabeledSpansAre("long", "BarAttribute", RelatedLocationType.
NoConflict
)
359
result.AssertLabeledSpansAre("short", "Bar", RelatedLocationType.
NoConflict
)
360
result.AssertLabeledSpansAre("long", "BarAttribute", RelatedLocationType.
NoConflict
)
Rename\VisualBasic\DeclarationConflictTests.vb (37)
136
result.AssertLabeledSpansAre("stmt1", "j", type:=RelatedLocationType.
NoConflict
)
157
result.AssertLabeledSpansAre("stmt1", "args", type:=RelatedLocationType.
NoConflict
)
178
result.AssertLabeledSpansAre("stmt1", type:=RelatedLocationType.
NoConflict
)
200
result.AssertLabeledSpansAre("stmt1", type:=RelatedLocationType.
NoConflict
)
223
result.AssertLabeledSpansAre("stmt1", "c", type:=RelatedLocationType.
NoConflict
)
244
result.AssertLabeledSpansAre("stmt", "c", RelatedLocationType.
NoConflict
)
265
result.AssertLabeledSpansAre("fieldinit", "y", RelatedLocationType.
NoConflict
)
492
result.AssertLabeledSpansAre("noconflict", "Something", RelatedLocationType.
NoConflict
)
671
result.AssertLabeledSpansAre("ctrlvar", "g", type:=RelatedLocationType.
NoConflict
)
673
result.AssertLabeledSpansAre("broken", type:=RelatedLocationType.
NoConflict
)
674
result.AssertLabeledSpansAre("stmt", "g", type:=RelatedLocationType.
NoConflict
)
703
result.AssertLabeledSpansAre("ctrlvar", "g", type:=RelatedLocationType.
NoConflict
)
705
result.AssertLabeledSpansAre("broken", type:=RelatedLocationType.
NoConflict
)
706
result.AssertLabeledSpansAre("stmt", "g", type:=RelatedLocationType.
NoConflict
)
736
result.AssertLabeledSpansAre("stmt1", "g", type:=RelatedLocationType.
NoConflict
)
737
result.AssertLabeledSpansAre("ctrlvar", "g", type:=RelatedLocationType.
NoConflict
)
739
result.AssertLabeledSpansAre("broken", type:=RelatedLocationType.
NoConflict
)
740
result.AssertLabeledSpansAre("stmt2", "g", type:=RelatedLocationType.
NoConflict
)
770
result.AssertLabeledSpansAre("ctrlvar", "g", type:=RelatedLocationType.
NoConflict
)
771
result.AssertLabeledSpansAre("query", "g", type:=RelatedLocationType.
NoConflict
)
772
result.AssertLabeledSpansAre("stmt", "g", type:=RelatedLocationType.
NoConflict
)
801
result.AssertLabeledSpansAre("usingstmt", "c", type:=RelatedLocationType.
NoConflict
)
803
result.AssertLabeledSpansAre("query", type:=RelatedLocationType.
NoConflict
)
804
result.AssertLabeledSpansAre("stmt", "c", type:=RelatedLocationType.
NoConflict
)
831
result.AssertLabeledSpansAre("usingstmt", "v4", type:=RelatedLocationType.
NoConflict
)
833
result.AssertLabeledSpansAre("query", type:=RelatedLocationType.
NoConflict
)
834
result.AssertLabeledSpansAre("stmt", "v4", type:=RelatedLocationType.
NoConflict
)
861
result.AssertLabeledSpansAre("usingstmt", "d", type:=RelatedLocationType.
NoConflict
)
863
result.AssertLabeledSpansAre("query", type:=RelatedLocationType.
NoConflict
)
864
result.AssertLabeledSpansAre("stmt", "d", type:=RelatedLocationType.
NoConflict
)
891
result.AssertLabeledSpansAre("catchstmt", "y", type:=RelatedLocationType.
NoConflict
)
1011
result.AssertLabeledSpansAre("stmt1", type:=RelatedLocationType.
NoConflict
)
1012
result.AssertLabeledSpansAre("stmt2", type:=RelatedLocationType.
NoConflict
)
1013
result.AssertLabeledSpansAre("stmt3", type:=RelatedLocationType.
NoConflict
)
1157
result.AssertLabeledSpansAre("first", "Method", RelatedLocationType.
NoConflict
)
1185
result.AssertLabeledSpansAre("parameter0", "y", RelatedLocationType.
NoConflict
)
1186
result.AssertLabeledSpansAre("parameter1", "y", RelatedLocationType.
NoConflict
)
Rename\VisualBasic\EscapingTests.vb (33)
34
result.AssertLabeledSpecialSpansAre("Escape", "[If]", RelatedLocationType.
NoConflict
)
35
result.AssertLabeledSpecialSpansAre("stmt1", "[If]", RelatedLocationType.
NoConflict
)
55
result.AssertLabeledSpecialSpansAre("Escape", "[If]", RelatedLocationType.
NoConflict
)
56
result.AssertLabeledSpansAre("stmt1", "If", RelatedLocationType.
NoConflict
)
82
result.AssertLabeledSpecialSpansAre("Escape", "[If]", RelatedLocationType.
NoConflict
)
108
result.AssertLabeledSpecialSpansAre("Escape", "[Assembly]", RelatedLocationType.
NoConflict
)
134
result.AssertLabeledSpecialSpansAre("Escape", "[Module]", RelatedLocationType.
NoConflict
)
162
result.AssertLabeledSpecialSpansAre("Escape", "[New]", RelatedLocationType.
NoConflict
)
163
result.AssertLabeledSpecialSpansAre("stmt1", "[New]", RelatedLocationType.
NoConflict
)
183
result.AssertLabeledSpecialSpansAre("Escape", "[Rem]", RelatedLocationType.
NoConflict
)
184
result.AssertLabeledSpecialSpansAre("stmt1", "[Rem]", RelatedLocationType.
NoConflict
)
209
result.AssertLabeledSpecialSpansAre("stmt1", "[Mid]", RelatedLocationType.
NoConflict
)
234
result.AssertLabeledSpecialSpansAre("stmt1", "[mId]", RelatedLocationType.
NoConflict
)
259
result.AssertLabeledSpansAre("escaped", "[Mid]", RelatedLocationType.
NoConflict
)
260
result.AssertLabeledSpansAre("stmt", "Mid$", RelatedLocationType.
NoConflict
)
307
result.AssertLabeledSpansAre("stmt1", "preserve", RelatedLocationType.
NoConflict
)
308
result.AssertLabeledSpansAre("stmt2", "[preserve]", RelatedLocationType.
NoConflict
)
333
result.AssertLabeledSpecialSpansAre("Escape", "[Rem]", RelatedLocationType.
NoConflict
)
359
result.AssertLabeledSpecialSpansAre("Escape", "[New]", RelatedLocationType.
NoConflict
)
385
result.AssertLabeledSpecialSpansAre("Escaped", "[Rem]", RelatedLocationType.
NoConflict
)
411
result.AssertLabeledSpecialSpansAre("Escape", "[If]", RelatedLocationType.
NoConflict
)
433
result.AssertLabeledSpansAre("stmt", "[REM]", RelatedLocationType.
NoConflict
)
454
result.AssertLabeledSpansAre("stmt", "[REM]", RelatedLocationType.
NoConflict
)
475
result.AssertLabeledSpansAre("First", "[String]", RelatedLocationType.
NoConflict
)
513
result.AssertLabeledSpecialSpansAre("escaped", "[Group]", RelatedLocationType.
NoConflict
)
535
result.AssertLabeledSpecialSpansAre("stmt1", "[Mid]", RelatedLocationType.
NoConflict
)
557
result.AssertLabeledSpansAre("escaped", "[Rem]", RelatedLocationType.
NoConflict
)
577
result.AssertLabeledSpansAre("Stmt1", "y", RelatedLocationType.
NoConflict
)
578
result.AssertLabeledSpansAre("Stmt2", "y", RelatedLocationType.
NoConflict
)
598
result.AssertLabeledSpansAre("Stmt1", "y", RelatedLocationType.
NoConflict
)
599
result.AssertLabeledSpansAre("Stmt2", "y", RelatedLocationType.
NoConflict
)
623
result.AssertLabeledSpansAre("decl", "C", RelatedLocationType.
NoConflict
)
624
result.AssertLabeledSpansAre("stmt1", "C", RelatedLocationType.
NoConflict
)
Rename\VisualBasic\QualificationTests.vb (1)
66
result.AssertLabeledSpansAre("def", "list", RelatedLocationType.
NoConflict
)
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
401
complexifiedLocationSpanForThisDocument.Contains(originalLocation) ? RelatedLocationType.ResolvedReferenceConflict : RelatedLocationType.
NoConflict
,