84 references to GetPublicTypeSymbol
Microsoft.CodeAnalysis.CSharp (84)
Operations\CSharpOperationFactory.cs (83)
319BoundExpression boundExpr => boundExpr.GetPublicTypeSymbol(), 420ITypeSymbol? type = boundDeconstructValuePlaceholder.GetPublicTypeSymbol(); 432ITypeSymbol? type = boundDeconstructionAssignmentOperator.GetPublicTypeSymbol(); 441ITypeSymbol? type = boundCall.GetPublicTypeSymbol(); 471ITypeSymbol? type = boundFunctionPointerInvocation.GetPublicTypeSymbol(); 492boundUnconvertedAddressOf.GetPublicTypeSymbol(), 509initializer = new ObjectOrCollectionInitializerOperation(namedArguments, _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), isImplicit: true); 513var objectCreationOperation = new ObjectCreationOperation(boundAttribute.Constructor.GetPublicSymbol(), initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), boundAttribute.ConstantValueOpt, isImplicit: true); 554ITypeSymbol? type = boundLocal.GetPublicTypeSymbol(); 574ITypeSymbol? type = boundFieldAccess.GetPublicTypeSymbol(); 615ITypeSymbol? type = boundPropertyAccess.GetPublicTypeSymbol(); 625ITypeSymbol? type = boundIndexerAccess.GetPublicTypeSymbol(); 645ITypeSymbol? type = boundEventAccess.GetPublicTypeSymbol(); 657ITypeSymbol? type = boundEventAssignmentOperator.GetPublicTypeSymbol(); 666ITypeSymbol? type = boundParameter.GetPublicTypeSymbol(); 674ITypeSymbol? type = boundLiteral.GetPublicTypeSymbol(); 683ITypeSymbol? type = boundNode.GetPublicTypeSymbol(); 691ITypeSymbol? type = boundAnonymousObjectCreationExpression.GetPublicTypeSymbol(); 702ITypeSymbol? type = boundObjectCreationExpression.GetPublicTypeSymbol(); 739ITypeSymbol? type = boundWithExpression.GetPublicTypeSymbol(); 751ITypeSymbol? type = boundDynamicObjectCreationExpression.GetPublicTypeSymbol(); 766methodGroup.Syntax, methodGroup.GetPublicTypeSymbol(), methodGroup.WasCompilerGenerated); 780ITypeSymbol? type = boundDynamicInvocation.GetPublicTypeSymbol(); 822ITypeSymbol? type = boundDynamicIndexerAccess.GetPublicTypeSymbol(); 831ITypeSymbol? type = boundObjectInitializerExpression.GetPublicTypeSymbol(); 840ITypeSymbol? type = boundCollectionInitializerExpression.GetPublicTypeSymbol(); 849ITypeSymbol? type = boundObjectInitializerMember.GetPublicTypeSymbol(); 911ITypeSymbol? type = boundDynamicObjectInitializerMember.GetPublicTypeSymbol(); 923ITypeSymbol? type = boundCollectionElementInitializer.GetPublicTypeSymbol(); 940boundDynamicMemberAccess.Syntax, boundDynamicMemberAccess.GetPublicTypeSymbol(), boundDynamicMemberAccess.WasCompilerGenerated); 954containingType = receiver.GetPublicTypeSymbol(); 973ITypeSymbol? type = boundCollectionElementInitializer.GetPublicTypeSymbol(); 1025ITypeSymbol? type = boundConversion.GetPublicTypeSymbol(); 1108ITypeSymbol? type = boundConversion.GetPublicTypeSymbol(); 1140ITypeSymbol? type = boundAsOperator.GetPublicTypeSymbol(); 1149ITypeSymbol? type = boundDelegateCreationExpression.GetPublicTypeSymbol(); 1168ITypeSymbol? typeOperand = boundIsOperator.TargetType.GetPublicTypeSymbol(); 1171ITypeSymbol? type = boundIsOperator.GetPublicTypeSymbol(); 1179ITypeSymbol? typeOperand = boundSizeOfOperator.SourceType.GetPublicTypeSymbol(); 1182ITypeSymbol? type = boundSizeOfOperator.GetPublicTypeSymbol(); 1190ITypeSymbol? typeOperand = boundTypeOfOperator.SourceType.GetPublicTypeSymbol(); 1193ITypeSymbol? type = boundTypeOfOperator.GetPublicTypeSymbol(); 1203ITypeSymbol? type = boundArrayCreation.GetPublicTypeSymbol(); 1228ITypeSymbol? type = boundDefaultExpression.GetPublicTypeSymbol(); 1238ITypeSymbol? type = boundBaseReference.GetPublicTypeSymbol(); 1247ITypeSymbol? type = boundThisReference.GetPublicTypeSymbol(); 1271ITypeSymbol? type = boundAssignmentOperator.GetPublicTypeSymbol(); 1283ITypeSymbol? type = boundAssignmentOperator.GetPublicTypeSymbol(); 1300ITypeSymbol? type = boundCompoundAssignmentOperator.GetPublicTypeSymbol(); 1327ITypeSymbol? type = boundIncrementOperator.GetPublicTypeSymbol(); 1338ITypeSymbol? type = syntax.IsMissing ? null : boundBadExpression.GetPublicTypeSymbol(); 1350ITypeSymbol? type = boundNewT.GetPublicTypeSymbol(); 1359ITypeSymbol? type = creation.GetPublicTypeSymbol(); 1370ITypeSymbol? type = boundUnaryOperator.GetPublicTypeSymbol(); 1424ITypeSymbol? type = boundBinaryOperator.GetPublicTypeSymbol(); 1456ITypeSymbol? type = boundBinaryOperator.GetPublicTypeSymbol(); 1500ITypeSymbol? type = boundTupleBinaryOperator.GetPublicTypeSymbol(); 1512ITypeSymbol? type = boundConditionalOperator.GetPublicTypeSymbol(); 1523ITypeSymbol? type = boundNullCoalescingOperator.GetPublicTypeSymbol(); 1542ITypeSymbol? type = boundNode.GetPublicTypeSymbol(); 1552ITypeSymbol? type = boundAwaitExpression.GetPublicTypeSymbol(); 1562ITypeSymbol? type = boundArrayAccess.GetPublicTypeSymbol(); 1573ITypeSymbol? type = boundIndexerAccess.GetPublicTypeSymbol(); 1594ITypeSymbol? type = boundNameOfOperator.GetPublicTypeSymbol(); 1604ITypeSymbol? type = boundThrowExpression.GetPublicTypeSymbol(); 1613ITypeSymbol? type = boundAddressOfOperator.GetPublicTypeSymbol(); 1622ITypeSymbol? type = boundImplicitReceiver.GetPublicTypeSymbol(); 1632ITypeSymbol? type = boundConditionalAccess.GetPublicTypeSymbol(); 1641ITypeSymbol? type = boundConditionalReceiver.GetPublicTypeSymbol(); 2119ITypeSymbol? type = boundTupleExpression.GetPublicTypeSymbol(); 2148ITypeSymbol? type = boundInterpolatedString.GetPublicTypeSymbol(); 2315conversion.GetPublicTypeSymbol(), 2354interpolatedString.GetPublicTypeSymbol(), 2368ITypeSymbol? type = placeholder.GetPublicTypeSymbol(); 2394placeholder.GetPublicTypeSymbol(), 2430ITypeSymbol? matchedType = acceptsNull ? null : boundDeclarationPattern.DeclaredType.GetPublicTypeSymbol(); 2581boundSwitchExpression.GetPublicTypeSymbol(), 2631ITypeSymbol? type = boundIsPatternExpression.GetPublicTypeSymbol(); 2646ITypeSymbol? type = boundQueryClause.GetPublicTypeSymbol(); 2663boundNode.GetPublicTypeSymbol(), 2678boundIndex.GetPublicTypeSymbol(), 2693boundRange.GetPublicTypeSymbol(), 2790ITypeSymbol? type = placeholder.GetPublicTypeSymbol();
Operations\CSharpOperationFactory_Methods.cs (1)
379anonymousProperty.GetPublicTypeSymbol(),