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