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