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)
4606
var
semanticInfo = model.GetSemanticInfoSummary(interpolatedString);
4827
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)
2907
var
semanticInfo = model.GetSemanticInfoSummary(interpolatedString);
3128
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);
305
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
340
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
371
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
401
var
semanticInfo = GetSemanticInfoForTest<NameSyntax>(sourceCode);
428
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
458
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
498
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
541
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
589
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
637
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
690
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
721
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
756
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
793
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
837
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
875
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
896
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
923
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
951
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
961
var
semanticInfo = GetSemanticInfoForTest(
1044
var
semanticInfo = GetSemanticInfoForTest(
1451
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1590
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1639
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1685
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1715
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1745
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1775
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1804
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1834
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1864
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1894
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1923
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1953
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1983
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2013
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2045
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2077
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2114
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2147
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2187
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2217
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2259
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2294
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2344
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2390
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2433
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2488
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2540
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2572
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2610
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2645
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2686
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2729
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2779
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2825
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2866
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2904
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2942
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2978
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
3014
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
3068
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3113
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3155
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3197
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3243
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3282
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3316
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3352
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3390
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3421
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3453
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3488
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3519
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3553
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3585
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3623
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3667
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3701
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3735
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3769
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3799
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3831
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3860
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3895
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3933
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3968
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4003
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4034
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4065
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4104
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4131
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4155
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4181
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4211
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4242
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4276
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4314
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4351
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4368
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4401
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4439
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4470
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4500
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4518
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4540
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4565
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4603
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4639
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
4669
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4707
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4743
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4779
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4810
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4847
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4874
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4915
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4960
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5012
var
semanticInfo = GetSemanticInfoForTest<ImplicitObjectCreationExpressionSyntax>(sourceCode);
5065
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5102
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5149
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5195
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5237
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5274
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5316
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5354
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5379
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5400
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5440
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5476
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5505
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5538
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
5570
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5602
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5633
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(text, parseOptions: TestOptions.Regular9);
5653
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
5689
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(sourceCode);
5724
var
semanticInfo = GetSemanticInfoForTest<TypeOfExpressionSyntax>(sourceCode);
5757
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5791
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5824
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5858
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5892
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5927
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5960
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5994
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6027
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6055
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6086
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
6113
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6140
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6173
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6206
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6226
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6248
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6302
var
semanticInfo = GetSemanticInfoForTest(string.Format(template, sourceType));
6325
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6361
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6394
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6432
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6467
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6490
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6515
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6550
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6587
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6617
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
6639
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6671
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6709
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
6734
var
semanticInfo = GetSemanticInfoForTest<AnonymousMethodExpressionSyntax>(sourceCode);
6778
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
6802
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6839
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6871
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6916
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6961
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6996
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(code);
7024
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(code);
7045
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7074
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7102
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7133
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
7165
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7197
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
7229
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7260
var
semanticInfo = GetSemanticInfoForTest<TypeSyntax>(sourceCode);
7284
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7312
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7339
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7374
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7395
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7423
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7451
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7478
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7522
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
7550
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7583
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7621
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7658
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7694
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7723
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7754
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
7774
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7793
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7816
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7847
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7881
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7913
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7947
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7979
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8016
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8033
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8069
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8086
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8120
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8144
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8169
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8194
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8215
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8237
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8299
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8331
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(csSource);
8347
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8365
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8399
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8434
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8458
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8482
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8510
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8554
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8599
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8641
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8681
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8722
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8765
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8805
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8847
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8889
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8929
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
9059
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9091
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
9119
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
9157
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9181
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9209
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9233
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9263
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9307
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9354
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9413
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9450
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9490
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9504
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9530
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9566
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9610
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9665
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9716
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9776
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9827
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9882
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9913
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9947
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9983
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10019
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10055
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10099
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10136
var
semanticInfo = GetSemanticInfoForTest<AliasQualifiedNameSyntax>(sourceCode);
10173
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10212
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
10243
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10278
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10313
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10347
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10381
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10429
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10462
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10490
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10519
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10554
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
10596
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10633
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10670
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10709
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10752
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10794
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10831
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10878
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10900
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
10936
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
10957
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10982
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11007
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11038
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11071
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11104
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11124
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11136
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11140
private void Verify_AttributeSemanticInfo_OverloadResolutionFailure_Common(CompilationUtils.
SemanticInfoSummary
semanticInfo)
11186
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11218
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
11262
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11299
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11336
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11376
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11399
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
11423
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11456
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
11493
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
11533
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11568
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11605
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11635
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11669
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11706
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11756
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11791
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11827
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11862
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11897
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11933
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11969
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12004
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12039
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12075
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12103
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12150
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12182
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12217
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12252
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12285
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12318
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12353
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12389
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12422
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12451
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12480
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12522
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12568
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12606
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12640
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12672
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12705
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12735
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
12767
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12799
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12842
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12881
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12918
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12954
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12992
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13033
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13065
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13094
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13125
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13159
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13193
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13226
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13259
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13319
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
13380
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13438
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
13499
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13559
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13589
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13654
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13683
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13739
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13772
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13800
var
semanticInfo = GetSemanticInfoForTest<PostfixUnaryExpressionSyntax>(sourceCode);
13835
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
13869
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13908
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13947
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13974
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14001
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14040
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14077
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14115
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14155
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
14199
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14241
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14289
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14333
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14376
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14416
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14447
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14462
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14505
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14537
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14566
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
14574
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(@"
14593
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14622
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
14662
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15080
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
15111
var
semanticInfo = GetSemanticInfoForTest<MemberBindingExpressionSyntax>(sourceCode);
15148
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
15179
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15210
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15241
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15272
var
semanticInfo = GetSemanticInfoForTest<ElementBindingExpressionSyntax>(sourceCode);
15303
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
15334
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15401
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
15434
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)