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);
301
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
336
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
367
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
397
var
semanticInfo = GetSemanticInfoForTest<NameSyntax>(sourceCode);
424
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
454
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
494
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
537
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
585
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
633
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
686
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
717
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
752
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
789
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
833
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
871
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
892
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
919
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
947
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
957
var
semanticInfo = GetSemanticInfoForTest(
1040
var
semanticInfo = GetSemanticInfoForTest(
1447
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1586
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(compilation);
1635
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1681
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1711
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1741
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1771
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1800
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1830
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1860
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1890
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1919
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1949
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
1979
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2009
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2041
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2073
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2110
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2143
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2183
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2213
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2255
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2290
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2340
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2386
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2429
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2484
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2536
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2568
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2606
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2641
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2682
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2725
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2775
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2821
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
2862
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2900
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
2938
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
2974
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
3010
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
3064
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3109
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3151
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3193
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3239
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3278
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3312
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3348
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3386
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3417
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3449
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3484
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3515
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3549
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3581
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3619
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3663
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3697
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3731
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3765
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3795
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3827
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3856
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3891
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3929
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3964
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
3999
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4030
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4061
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4100
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4127
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4151
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4177
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4207
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4238
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
4272
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4310
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
4347
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
4364
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4397
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4435
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4466
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4496
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4514
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4536
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4561
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4599
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4635
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
4665
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4703
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4739
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4775
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4806
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
4843
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4870
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4911
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
4956
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5008
var
semanticInfo = GetSemanticInfoForTest<ImplicitObjectCreationExpressionSyntax>(sourceCode);
5061
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5098
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5145
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5191
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
5233
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5270
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
5312
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5350
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5375
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5396
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5436
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5472
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5501
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
5534
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(compilation);
5566
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5598
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
5629
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(text, parseOptions: TestOptions.Regular9);
5649
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
5685
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(sourceCode);
5720
var
semanticInfo = GetSemanticInfoForTest<TypeOfExpressionSyntax>(sourceCode);
5753
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5787
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5820
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5854
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5888
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5923
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
5956
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
5990
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6023
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6051
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6082
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
6109
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6136
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6169
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
6202
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6222
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6244
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6298
var
semanticInfo = GetSemanticInfoForTest(string.Format(template, sourceType));
6321
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6357
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6390
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6428
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6463
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6486
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
6511
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6546
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6583
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6613
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
6635
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6667
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
6705
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
6730
var
semanticInfo = GetSemanticInfoForTest<AnonymousMethodExpressionSyntax>(sourceCode);
6774
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
6798
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6835
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6867
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6912
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
6957
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
6992
var
semanticInfo = GetSemanticInfoForTest<SimpleLambdaExpressionSyntax>(code);
7020
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(code);
7041
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7070
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7098
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7129
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
7161
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7193
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
7225
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7256
var
semanticInfo = GetSemanticInfoForTest<TypeSyntax>(sourceCode);
7280
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7308
var
semanticInfo = GetSemanticInfoForTest<ConstructorInitializerSyntax>(sourceCode);
7335
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7370
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
7391
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7419
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7447
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
7474
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
7518
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
7546
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7579
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7617
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7654
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7690
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7719
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7750
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
7770
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7789
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7812
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7843
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7877
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7909
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
7943
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
7975
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8012
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8029
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8065
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode,
8082
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8116
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8140
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8165
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8190
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8211
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8233
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8295
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8327
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(csSource);
8343
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8361
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8395
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
8430
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8454
var
semanticInfo = semanticModel.GetSemanticInfoSummary(attributeNode);
8478
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
8506
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8550
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8595
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8637
var
semanticInfo = GetSemanticInfoForTest<ParenthesizedLambdaExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8677
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8718
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
8761
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8801
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
8843
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8885
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
8925
var
semanticInfo = GetSemanticInfoForTest<CastExpressionSyntax>(sourceCode);
9055
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9087
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
9115
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
9153
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9177
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9205
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9229
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9259
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9303
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9350
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9409
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9446
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9486
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9500
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
9526
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9562
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9606
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9661
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9712
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9772
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9823
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9878
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
9909
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9943
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
9979
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10015
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10051
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10095
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10132
var
semanticInfo = GetSemanticInfoForTest<AliasQualifiedNameSyntax>(sourceCode);
10169
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10208
var
semanticInfo = GetSemanticInfoForTest<QualifiedNameSyntax>(sourceCode);
10239
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10274
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10309
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10343
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10377
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10425
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10458
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10486
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10515
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10550
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
10592
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10629
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10666
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10705
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10748
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10790
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
10827
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
10874
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10896
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
10932
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
10953
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
10978
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11003
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11034
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11067
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
11100
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
11120
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11132
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11136
private void Verify_AttributeSemanticInfo_OverloadResolutionFailure_Common(CompilationUtils.
SemanticInfoSummary
semanticInfo)
11182
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11214
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
11258
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11295
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11332
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11372
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11395
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(sourceCode);
11419
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11452
var
semanticInfo = GetSemanticInfoForTest<BinaryExpressionSyntax>(sourceCode);
11489
var
semanticInfo = GetSemanticInfoForTest<DefaultExpressionSyntax>(sourceCode);
11529
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11564
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11601
var
semanticInfo = GetSemanticInfoForTest<AttributeSyntax>(sourceCode);
11631
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11665
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11702
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11752
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11787
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11823
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11858
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11893
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
11929
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
11965
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12000
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12035
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12071
var
semanticInfo = GetSemanticInfoForTest<ImplicitArrayCreationExpressionSyntax>(sourceCode);
12099
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12146
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12178
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12213
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12248
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12281
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12314
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12349
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12385
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12418
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12447
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12476
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12518
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12564
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12602
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12636
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode, parseOptions: TestOptions.Regular6);
12668
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
12701
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12731
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
12763
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12795
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12838
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12877
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
12914
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12950
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
12988
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13029
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13061
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13090
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13121
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13155
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13189
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
13222
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13255
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13315
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
13376
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13434
var
semanticInfo = GetSemanticInfoForTest<LiteralExpressionSyntax>(sourceCode);
13495
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13555
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13585
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13650
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13679
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13735
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13768
var
semanticInfo = GetSemanticInfoForTest<InitializerExpressionSyntax>(sourceCode);
13796
var
semanticInfo = GetSemanticInfoForTest<PostfixUnaryExpressionSyntax>(sourceCode);
13831
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
13865
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13904
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13943
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13970
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
13997
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14036
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14073
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14111
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14151
var
semanticInfo = GetSemanticInfoForTest<ArrayCreationExpressionSyntax>(sourceCode);
14195
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14237
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14285
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14329
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14372
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14412
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14443
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14458
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
14501
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14533
var
semanticInfo = GetSemanticInfoForTest<ObjectCreationExpressionSyntax>(sourceCode);
14562
var
semanticInfo = GetSemanticInfoForTest<AssignmentExpressionSyntax>(sourceCode);
14570
var
semanticInfo = GetSemanticInfoForTest<ExpressionSyntax>(@"
14589
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
14618
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
14658
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15076
var
semanticInfo = GetSemanticInfoForTest<MemberAccessExpressionSyntax>(sourceCode);
15107
var
semanticInfo = GetSemanticInfoForTest<MemberBindingExpressionSyntax>(sourceCode);
15144
var
semanticInfo = GetSemanticInfoForTest<InvocationExpressionSyntax>(sourceCode);
15175
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15206
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15237
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15268
var
semanticInfo = GetSemanticInfoForTest<ElementBindingExpressionSyntax>(sourceCode);
15299
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(comp);
15330
var
semanticInfo = GetSemanticInfoForTest<IdentifierNameSyntax>(sourceCode);
15397
var
semanticInfo = GetSemanticInfoForTest(sourceCode);
15430
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)