2 instantiations of SemanticInfoSummary
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CompilationTestUtils.cs (2)
228
SemanticInfoSummary summary = new
SemanticInfoSummary
();
301
SemanticInfoSummary summary = new
SemanticInfoSummary
();
683 references to SemanticInfoSummary
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (125)
Semantics\ExpressionBodiedMemberTests.cs (12)
73
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(comp);
97
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(@"
122
var
info = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
132
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(@"
149
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(@"
167
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(@"
185
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(@"
202
var
semanticInfo = GetSemanticInfoForTest<SimpleNameSyntax>(@"
224
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
257
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
280
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
313
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
Semantics\FunctionPointerTests.cs (1)
3962
var
semanticInfo = model.GetSemanticInfoSummary(parameterDecls[1]);
Semantics\InteractiveSemanticModelTests.cs (12)
83
var
bindInfo = GetBindInfoForTest(testSrc);
94
var
bindInfo = GetBindInfoForTest(testSrc);
106
var
bindInfo = GetBindInfoForTest(testSrc);
125
var
bindInfo = GetBindInfoForTest(testSrc);
140
var
bindInfo = GetBindInfoForTest(testSrc);
155
var
semanticInfo = GetBindInfoForTest(testSrc);
180
var
semanticInfo = GetBindInfoForTest(testSrc);
206
var
semanticInfo = GetBindInfoForTest(testSrc);
234
var
semanticInfo = GetBindInfoForTest(testSrc);
265
var
semanticInfo = GetBindInfoForTest(testSrc);
349
var
bindInfo = GetBindInfoForTest(testSrc);
355
private CompilationUtils.
SemanticInfoSummary
GetBindInfoForTest(string testSrc)
Semantics\InterpolationTests.cs (2)
4605
var
semanticInfo = model.GetSemanticInfoSummary(interpolatedString);
4826
var
semanticInfo = model.GetSemanticInfoSummary(syntax);
Semantics\QueryTests.cs (20)
1480
var
info3 = model.GetSemanticInfoSummary(q.Body.SelectOrGroup);
1689
var
info3 = model.GetSemanticInfoSummary(q.Body.SelectOrGroup);
1736
var
info2 = model.GetSemanticInfoSummary(q.Body.SelectOrGroup);
1776
var
oinfo0 = model.GetSemanticInfoSummary(order.Orderings[0]);
1779
var
oinfo1 = model.GetSemanticInfoSummary(order.Orderings[1]);
2178
var
info = semanticModel.GetSemanticInfoSummary(selectClause.Expression);
2181
var
info2 = semanticModel.GetSemanticInfoSummary(selectClause);
2208
var
info = semanticModel.GetSemanticInfoSummary(selectClause.Expression);
2235
var
info = semanticModel.GetSemanticInfoSummary(e);
2247
var
info2 = semanticModel.GetSemanticInfoSummary(e2);
2388
var
symbolInfoForSelect = semanticModel.GetSemanticInfoSummary(selectClause);
2431
var
symbolInfo = model.GetSemanticInfoSummary(ordering);
2485
var
symbolInfoForSelect = semanticModel.GetSemanticInfoSummary(selectClause);
2549
var
symbolInfoForSelect = semanticModel.GetSemanticInfoSummary(selectClause);
2584
var
symbolInfoForOrdering = semanticModel.GetSemanticInfoSummary(orderingClause);
2717
var
symbolInfo = semanticModel.GetSemanticInfoSummary(queryExpr);
2743
var
symbolInfo = semanticModel.GetSemanticInfoSummary(queryExpr);
2906
var
infoSelect = model.GetSemanticInfoSummary(q.Body.SelectOrGroup);
2939
var
infoSelect = model.GetSemanticInfoSummary(q.Body.SelectOrGroup);
3609
var
symbolInfo = speculativeModel.GetSemanticInfoSummary(ordering);
Semantics\RawInterpolationTests_Handler.cs (2)
2906
var
semanticInfo = model.GetSemanticInfoSummary(interpolatedString);
3127
var
semanticInfo = model.GetSemanticInfoSummary(syntax);
Semantics\ScriptSemanticsTests.cs (2)
247
var
summary = model.GetSemanticInfoSummary(syntax);
564
var
summary = model.GetSemanticInfoSummary(syntax);
Semantics\StackAllocInitializerTests.cs (28)
371
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
378
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
447
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
454
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
1053
var
obj1Value = model.GetSemanticInfoSummary(obj1.Initializer.Value);
1061
var
obj2Value = model.GetSemanticInfoSummary(obj2.Initializer.Value);
1069
var
obj3Value = model.GetSemanticInfoSummary(obj3.Initializer.Value);
1077
var
obj4Value = model.GetSemanticInfoSummary(obj4.Initializer.Value);
1085
var
obj5Value = model.GetSemanticInfoSummary(obj5.Initializer.Value);
1156
var
obj1Value = model.GetSemanticInfoSummary(((CastExpressionSyntax)obj1.Initializer.Value).Expression);
1164
var
obj2Value = model.GetSemanticInfoSummary(obj2.Initializer.Value);
1172
var
obj3Value = model.GetSemanticInfoSummary(obj3.Initializer.Value);
1180
var
obj4Value = model.GetSemanticInfoSummary(obj4.Initializer.Value);
1188
var
obj5Value = model.GetSemanticInfoSummary(obj5.Initializer.Value);
2363
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
2370
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
2376
var
element1Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[1]);
2382
var
sizeInfo = model.GetSemanticInfoSummary(((ArrayTypeSyntax)@stackalloc.Type).RankSpecifiers[0].Sizes[0]);
2469
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
2476
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
2482
var
element1Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[1]);
2569
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
2576
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
2582
var
element1Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[1]);
2588
var
sizeInfo = model.GetSemanticInfoSummary(((ArrayTypeSyntax)@stackalloc.Type).RankSpecifiers[0].Sizes[0]);
2653
var
stackallocInfo = model.GetSemanticInfoSummary(@stackalloc);
2660
var
element0Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[0]);
2666
var
element1Info = model.GetSemanticInfoSummary(@stackalloc.Initializer.Expressions[1]);
Semantics\StackAllocSpanExpressionsTests.cs (10)
59
var
obj1Value = model.GetSemanticInfoSummary(obj1.Initializer.Value);
67
var
obj2Value = model.GetSemanticInfoSummary(obj2.Initializer.Value);
75
var
obj3Value = model.GetSemanticInfoSummary(obj3.Initializer.Value);
83
var
obj4Value = model.GetSemanticInfoSummary(obj4.Initializer.Value);
91
var
obj5Value = model.GetSemanticInfoSummary(obj5.Initializer.Value);
134
var
obj1Value = model.GetSemanticInfoSummary(((CastExpressionSyntax)obj1.Initializer.Value).Expression);
142
var
obj2Value = model.GetSemanticInfoSummary(obj2.Initializer.Value);
150
var
obj3Value = model.GetSemanticInfoSummary(obj3.Initializer.Value);
158
var
obj4Value = model.GetSemanticInfoSummary(obj4.Initializer.Value);
166
var
obj5Value = model.GetSemanticInfoSummary(obj5.Initializer.Value);
Semantics\UnsafeTests.cs (36)
7857
var
receiverSummary = model.GetSemanticInfoSummary(receiverSyntax);
7869
var
methodGroupSummary = model.GetSemanticInfoSummary(methodGroupSyntax);
7878
var
callSummary = model.GetSemanticInfoSummary(callSyntax);
7924
var
receiverSummary = model.GetSemanticInfoSummary(receiverSyntax);
7936
var
methodGroupSummary = model.GetSemanticInfoSummary(methodGroupSyntax);
7943
var
callSummary = model.GetSemanticInfoSummary(callSyntax);
8168
var
receiverSummary = model.GetSemanticInfoSummary(receiverSyntax);
8180
var
indexSummary = model.GetSemanticInfoSummary(indexSyntax);
8192
var
accessSummary = model.GetSemanticInfoSummary(accessSyntax);
8235
var
receiverSummary = model.GetSemanticInfoSummary(receiverSyntax);
8247
var
indexSummary = model.GetSemanticInfoSummary(indexSyntax);
8251
var
accessSummary = model.GetSemanticInfoSummary(accessSyntax);
8293
var
receiverSummary = model.GetSemanticInfoSummary(receiverSyntax);
8305
var
indexSummary = model.GetSemanticInfoSummary(indexSyntax);
8309
var
accessSummary = model.GetSemanticInfoSummary(accessSyntax);
8863
var
summary = model.GetSemanticInfoSummary(binOpSyntax);
8913
var
summary = model.GetSemanticInfoSummary(binOpSyntax);
9325
var
summary = model.GetSemanticInfoSummary(binOpSyntax);
10233
var
summary = initializerSummaries[i];
10242
var
summary0 = initializerSummaries[0];
10246
var
summary1 = initializerSummaries[1];
10251
var
summary2 = initializerSummaries[2];
10302
var
summary = initializerSummaries[i];
10309
var
summary0 = initializerSummaries[0];
10315
var
summary1 = initializerSummaries[1];
10322
var
summary2 = initializerSummaries[2];
10630
var
typeSummary = model.GetSemanticInfoSummary(syntax.Type);
10644
var
sizeOfSummary = model.GetSemanticInfoSummary(syntax);
10692
var
typeSummary = model.GetSemanticInfoSummary(syntax.Type);
10706
var
sizeOfSummary = model.GetSemanticInfoSummary(syntax);
10752
var
typeSummary = model.GetSemanticInfoSummary(syntax.Type);
10766
var
sizeOfSummary = model.GetSemanticInfoSummary(syntax);
11310
var
stackAllocSummary = model.GetSemanticInfoSummary(stackAllocSyntax);
11322
var
typeSummary = model.GetSemanticInfoSummary(typeSyntax);
11334
var
countSummary = model.GetSemanticInfoSummary(countSyntax);
11839
var
info = model.GetSemanticInfoSummary(parameterSyntax.Type);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (547)
Compilation\GetSemanticInfoTests.cs (28)
977
var
info = model.GetSemanticInfoSummary(condition);
1001
var
info = model.GetSemanticInfoSummary(condition);
1025
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1142
var
info = model.GetSemanticInfoSummary(expr);
1164
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1193
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1218
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1241
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1267
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1295
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1323
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1350
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1377
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1415
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1453
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1491
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1527
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1558
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1580
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1608
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1631
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1673
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1704
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1739
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1774
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
1810
var
bindInfo = model.GetSemanticInfoSummary(exprSyntaxToBind);
3555
var
info = model.GetSemanticInfoSummary(expr); //Shouldn't throw/assert
4294
var
info = model.GetSemanticInfoSummary(syntax);
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (24)
2255
var
info = model.GetSemanticInfoSummary(invocation);
2291
var
info = model.GetSemanticInfoSummary(invocation);
2328
var
info = model.GetSemanticInfoSummary(invocation);
2364
var
info = model.GetSemanticInfoSummary(invocation);
2401
var
info = model.GetSemanticInfoSummary(methodGroup);
2430
var
info = model.GetSemanticInfoSummary(type);
2462
var
info = model.GetSemanticInfoSummary(type);
2500
var
info = model.GetSemanticInfoSummary(ns);
2537
var
info = model.GetSemanticInfoSummary(rightName);
2566
var
info = model.GetSemanticInfoSummary(type);
2596
var
info = model.GetSemanticInfoSummary(ns);
2621
var
info = model.GetSemanticInfoSummary(initializer);
2645
var
info = model.GetSemanticInfoSummary(localDecl.Declaration.Variables[0].Initializer.Value);
2677
var
info = model.GetSemanticInfoSummary(arg);
2704
var
info = model.GetSemanticInfoSummary(invocation.ArgumentList.Arguments[0].Expression);
2762
var
info = model.GetSemanticInfoSummary(expr);
2816
var
info = model.GetSemanticInfoSummary(u1.Name);
3216
var
info = model.GetSemanticInfoSummary(expr);
3238
var
info = model.GetSemanticInfoSummary(localDecl.Declaration.Type);
3272
var
initInfo = model.GetSemanticInfoSummary(initializer);
3285
var
argInfo = model.GetSemanticInfoSummary(argument);
3670
var
info = model.GetSemanticInfoSummary(x);
3848
var
symbolInfo = semanticModel.GetSemanticInfoSummary(queryExpr);
4091
var
semanticInfoExpression = model.GetSpeculativeSemanticInfoSummary(position1, expression, SpeculativeBindingOption.BindAsExpression);
Compilation\SemanticModelGetSemanticInfoTests.cs (414)
45
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
82
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
113
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
147
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
188
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
229
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
269
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
306
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
341
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
372
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
402
var
semanticInfo = GetSemanticInfoForTest<NameSyntax>(sourceCode);
429
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
459
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
499
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
542
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
590
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
638
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
691
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
722
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
757
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
794
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
838
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
876
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
897
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
924
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
952
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
962
var
semanticInfo = GetSemanticInfoForTest(
1045
var
semanticInfo = GetSemanticInfoForTest(
1452
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1591
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1640
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1686
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1716
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1746
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1776
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1805
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1835
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1865
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1895
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1924
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1954
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1984
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2014
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2046
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2078
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2115
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2148
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2188
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2218
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2260
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2295
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2345
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2391
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2434
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2489
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2541
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2573
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2611
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2646
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2687
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2730
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2780
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2826
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2867
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2905
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2943
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2979
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
3015
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
3069
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3114
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3156
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3198
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3244
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3283
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3317
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3353
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3391
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3422
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3454
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3489
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3520
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3554
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3586
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3624
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3668
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3702
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3736
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3770
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3800
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3832
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3861
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3896
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3934
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3969
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4004
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4035
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4066
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4105
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4132
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4156
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4182
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4212
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4243
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4277
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4315
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4352
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4369
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4402
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4440
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4471
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4501
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4519
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4541
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4566
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4604
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4640
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
4670
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4708
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4744
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4780
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4811
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4848
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4875
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4916
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4961
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5013
var
semanticInfo = GetSemanticInfoForTest<ImplicitObjectCreationExpressionSyntax>(sourceCode);
5066
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5103
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5150
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5196
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5238
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5275
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5317
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5355
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5380
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5401
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5441
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5477
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5506
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5539
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
5571
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5603
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5634
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(text, parseOptions: TestOptions.Regular9);
5654
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
5690
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(sourceCode);
5725
var
semanticInfo = GetSemanticInfoForTest<TypeOfExpressionSyntax>(sourceCode);
5758
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5792
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5825
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5859
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5893
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5928
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5961
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5995
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6028
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6056
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6087
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
6114
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6141
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6174
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6207
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6227
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6249
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6303
var
semanticInfo = GetSemanticInfoForTest(string.Format(template, sourceType));
6326
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6362
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6395
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6433
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6468
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6491
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6516
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6551
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6588
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6618
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
6640
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6672
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6710
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
6735
var
semanticInfo = GetSemanticInfoForTest<AnonymousMethodExpressionSyntax>(sourceCode);
6779
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
6803
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6840
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6872
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6917
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6962
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6997
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(code);
7025
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(code);
7046
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7075
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7103
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7134
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
7166
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7198
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
7230
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7261
var
semanticInfo = GetSemanticInfoForTest<TypeSyntax>(sourceCode);
7285
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7313
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7340
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7375
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7396
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7424
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7452
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7479
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7523
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
7551
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7584
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7622
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7659
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7695
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7724
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7755
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
7775
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7794
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7817
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7848
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7882
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7914
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7948
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7980
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8017
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8034
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8070
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8087
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8121
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8145
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8170
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8195
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8216
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8238
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8300
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8332
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(csSource);
8348
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8366
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8400
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8435
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8459
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8483
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8511
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8555
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8600
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8642
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8682
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8723
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8766
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8806
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8848
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8890
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8930
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
9060
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9092
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
9120
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
9158
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9182
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9210
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9234
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9264
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9308
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9355
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9414
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9451
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9491
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9505
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9531
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9567
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9611
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9666
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9717
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9777
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9828
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9883
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9914
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9948
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9984
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10020
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10056
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10100
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10137
var
semanticInfo = GetSemanticInfoForTest<AliasQualifiedNameSyntax>(sourceCode);
10174
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10213
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
10244
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10279
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10314
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10348
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10382
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10430
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10463
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10491
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10520
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10555
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
10597
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10634
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10671
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10710
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10753
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10795
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10832
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10879
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10901
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
10937
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
10958
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10983
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11008
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11039
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11072
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11105
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11125
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11137
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11141
private void Verify_AttributeSemanticInfo_OverloadResolutionFailure_Common(CompilationUtils.
SemanticInfoSummary
semanticInfo)
11187
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11219
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
11263
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11300
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11337
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11377
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11400
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
11424
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11457
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
11494
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
11534
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11569
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11606
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11636
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11670
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11707
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11757
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11792
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11828
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11863
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11898
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11934
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11970
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12005
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12040
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12076
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12104
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12151
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12183
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12218
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12253
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12286
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12319
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12354
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12390
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12423
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12452
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12481
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12523
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12569
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12607
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12641
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12673
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12706
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12736
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
12768
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12800
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12843
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12882
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12919
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12955
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12993
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13034
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13066
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13095
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13126
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13160
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13194
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13227
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13260
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13320
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
13381
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13439
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
13500
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13560
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13590
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13655
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13684
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13740
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13773
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13801
var
semanticInfo = GetSemanticInfoForTest<PostfixUnaryExpressionSyntax>(sourceCode);
13836
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
13870
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13909
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13948
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13975
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14002
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14041
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14078
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14116
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14156
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
14200
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14242
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14290
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14334
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14377
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14417
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14448
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14463
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14506
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14538
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14567
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
14575
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(@"
14594
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14623
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
14663
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15081
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
15112
var
semanticInfo = GetSemanticInfoForTest<MemberBindingExpressionSyntax>(sourceCode);
15149
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
15180
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15211
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15242
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15273
var
semanticInfo = GetSemanticInfoForTest<ElementBindingExpressionSyntax>(sourceCode);
15304
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
15335
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15402
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
15435
var
info = model.GetSemanticInfoSummary(syntax);
Compilation\SemanticModelGetSemanticInfoTests_LateBound.cs (28)
38
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
62
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
83
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
109
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
138
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
164
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
198
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
226
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode1);
266
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
289
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(source);
316
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(source);
345
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(source);
376
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
417
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
458
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
480
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
512
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
549
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
584
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
612
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
649
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
676
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
704
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
739
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
768
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
795
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
823
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
854
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
Symbols\AnonymousTypesSemanticsTests.cs (32)
68
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
72
var
info1 = GetAnonymousTypeInfoSummary(data, 4,
76
var
info2 = GetAnonymousTypeInfoSummary(data, 8,
86
var
info3 = GetAnonymousTypeInfoSummary(data, 12,
88
var
info4 = GetAnonymousTypeInfoSummary(data, 13,
308
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
312
var
info1 = GetAnonymousTypeInfoSummary(data, 4,
421
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
483
var
info0 = GetAnonymousTypeInfoSummary(data, 1,
489
var
info1 = data.Model.GetSemanticInfoSummary(data.Nodes[0]);
540
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
587
var
info = data.Model.GetSemanticInfoSummary(data.Nodes[0]);
655
var
info = data.Model.GetSemanticInfoSummary(data.Nodes[0]);
676
var
info = data.Model.GetSemanticInfoSummary(data.Nodes[0]);
697
var
info = data.Model.GetSemanticInfoSummary(data.Nodes[0]);
716
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
736
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
773
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
840
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
915
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
919
var
info1 = GetAnonymousTypeInfoSummary(data, 3,
980
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
984
var
info1 = GetAnonymousTypeInfoSummary(data, 3,
1045
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
1139
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
1143
var
info1 = GetAnonymousTypeInfoSummary(data, 4,
1147
var
info2 = GetAnonymousTypeInfoSummary(data, 8,
1336
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
1400
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
1488
var
info0 = GetAnonymousTypeInfoSummary(data, 0,
1983
private CompilationUtils.
SemanticInfoSummary
GetAnonymousTypeInfoSummary(TestData data, int node, TextSpan typeSpan, params int[] fields)
1985
var
info = data.Model.GetSemanticInfoSummary(data.Nodes[node]);
Symbols\Source\LocalTests.cs (5)
33
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
87
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
112
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
137
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
160
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
Symbols\Source\UsingAliasTests.cs (16)
48
var
info1 = model.GetSemanticInfoSummary(base1);
57
var
info2 = model.GetSemanticInfoSummary(base2);
63
var
info3 = model.GetSemanticInfoSummary(base3);
69
var
info4 = model.GetSemanticInfoSummary(base4);
108
var
info1 = model.GetSemanticInfoSummary(base1);
117
var
info2 = model.GetSemanticInfoSummary(base2);
123
var
info3 = model.GetSemanticInfoSummary(base3);
129
var
info4 = model.GetSemanticInfoSummary(base4);
165
var
info1 = model.GetSemanticInfoSummary(base1);
172
var
info2 = model.GetSemanticInfoSummary(base2);
178
var
info3 = model.GetSemanticInfoSummary(base3);
184
var
info4 = model.GetSemanticInfoSummary(base4);
223
var
info1 = model.GetSemanticInfoSummary(base1);
230
var
info2 = model.GetSemanticInfoSummary(base2);
236
var
info3 = model.GetSemanticInfoSummary(base3);
242
var
info4 = model.GetSemanticInfoSummary(base4);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (11)
CompilationTestUtils.cs (4)
226
public static
SemanticInfoSummary
GetSemanticInfoSummary(this SemanticModel semanticModel, SyntaxNode node)
228
SemanticInfoSummary
summary = new SemanticInfoSummary();
299
public static
SemanticInfoSummary
GetSpeculativeSemanticInfoSummary(this SemanticModel semanticModel, int position, SyntaxNode node, SpeculativeBindingOption bindingOption)
301
SemanticInfoSummary
summary = new SemanticInfoSummary();
FunctionPointerUtilities.cs (3)
146
var
semanticInfo = model.GetSemanticInfoSummary(syntax);
214
CompilationUtils.
SemanticInfoSummary
semanticInfo)
254
var
semanticInfo = model.GetSemanticInfoSummary(typeSyntax);
SemanticModelTestBase.cs (4)
114
protected CompilationUtils.
SemanticInfoSummary
GetSemanticInfoForTest<TNode>(string testSrc, CSharpParseOptions parseOptions = null) where TNode : SyntaxNode
120
internal CompilationUtils.
SemanticInfoSummary
GetSemanticInfoForTestExperimental<TNode>(string testSrc, MessageID feature, CSharpParseOptions parseOptions = null) where TNode : SyntaxNode
126
protected CompilationUtils.
SemanticInfoSummary
GetSemanticInfoForTest<TNode>(CSharpCompilation compilation) where TNode : SyntaxNode
161
protected CompilationUtils.
SemanticInfoSummary
GetSemanticInfoForTest(string testSrc)