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