86 references to GetPublicTypeSymbol
Microsoft.CodeAnalysis.CSharp (86)
Operations\CSharpOperationFactory.cs (85)
322BoundExpression boundExpr => boundExpr.GetPublicTypeSymbol(), 423ITypeSymbol? type = boundDeconstructValuePlaceholder.GetPublicTypeSymbol(); 435ITypeSymbol? type = boundDeconstructionAssignmentOperator.GetPublicTypeSymbol(); 444ITypeSymbol? type = boundCall.GetPublicTypeSymbol(); 474ITypeSymbol? type = boundFunctionPointerInvocation.GetPublicTypeSymbol(); 495boundUnconvertedAddressOf.GetPublicTypeSymbol(), 512initializer = new ObjectOrCollectionInitializerOperation(namedArguments, _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), isImplicit: true); 516var objectCreationOperation = new ObjectCreationOperation(boundAttribute.Constructor.GetPublicSymbol(), initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), boundAttribute.ConstantValueOpt, isImplicit: true); 557ITypeSymbol? type = boundLocal.GetPublicTypeSymbol(); 577ITypeSymbol? type = boundFieldAccess.GetPublicTypeSymbol(); 618ITypeSymbol? type = boundPropertyAccess.GetPublicTypeSymbol(); 628ITypeSymbol? type = boundIndexerAccess.GetPublicTypeSymbol(); 648ITypeSymbol? type = boundEventAccess.GetPublicTypeSymbol(); 660ITypeSymbol? type = boundEventAssignmentOperator.GetPublicTypeSymbol(); 669ITypeSymbol? type = boundParameter.GetPublicTypeSymbol(); 677ITypeSymbol? type = boundLiteral.GetPublicTypeSymbol(); 686ITypeSymbol? type = boundNode.GetPublicTypeSymbol(); 694ITypeSymbol? type = boundAnonymousObjectCreationExpression.GetPublicTypeSymbol(); 705ITypeSymbol? type = boundObjectCreationExpression.GetPublicTypeSymbol(); 742ITypeSymbol? type = boundWithExpression.GetPublicTypeSymbol(); 754ITypeSymbol? type = boundDynamicObjectCreationExpression.GetPublicTypeSymbol(); 769methodGroup.Syntax, methodGroup.GetPublicTypeSymbol(), methodGroup.WasCompilerGenerated); 783ITypeSymbol? type = boundDynamicInvocation.GetPublicTypeSymbol(); 826ITypeSymbol? type = boundDynamicIndexerAccess.GetPublicTypeSymbol(); 835ITypeSymbol? type = boundObjectInitializerExpression.GetPublicTypeSymbol(); 844ITypeSymbol? type = boundCollectionInitializerExpression.GetPublicTypeSymbol(); 853ITypeSymbol? type = boundObjectInitializerMember.GetPublicTypeSymbol(); 917ITypeSymbol? type = boundDynamicObjectInitializerMember.GetPublicTypeSymbol(); 929ITypeSymbol? type = boundCollectionElementInitializer.GetPublicTypeSymbol(); 946boundDynamicMemberAccess.Syntax, boundDynamicMemberAccess.GetPublicTypeSymbol(), boundDynamicMemberAccess.WasCompilerGenerated); 960containingType = receiver.GetPublicTypeSymbol(); 979ITypeSymbol? type = boundCollectionElementInitializer.GetPublicTypeSymbol(); 1031ITypeSymbol? type = boundConversion.GetPublicTypeSymbol(); 1114ITypeSymbol? type = boundConversion.GetPublicTypeSymbol(); 1146ITypeSymbol? type = boundAsOperator.GetPublicTypeSymbol(); 1155ITypeSymbol? type = boundDelegateCreationExpression.GetPublicTypeSymbol(); 1174ITypeSymbol? typeOperand = boundIsOperator.TargetType.GetPublicTypeSymbol(); 1177ITypeSymbol? type = boundIsOperator.GetPublicTypeSymbol(); 1185ITypeSymbol? typeOperand = boundSizeOfOperator.SourceType.GetPublicTypeSymbol(); 1188ITypeSymbol? type = boundSizeOfOperator.GetPublicTypeSymbol(); 1196ITypeSymbol? typeOperand = boundTypeOfOperator.SourceType.GetPublicTypeSymbol(); 1199ITypeSymbol? type = boundTypeOfOperator.GetPublicTypeSymbol(); 1209ITypeSymbol? type = boundArrayCreation.GetPublicTypeSymbol(); 1226ITypeSymbol? collectionType = expr.GetPublicTypeSymbol(); 1295ITypeSymbol? type = boundDefaultExpression.GetPublicTypeSymbol(); 1305ITypeSymbol? type = boundBaseReference.GetPublicTypeSymbol(); 1314ITypeSymbol? type = boundThisReference.GetPublicTypeSymbol(); 1338ITypeSymbol? type = boundAssignmentOperator.GetPublicTypeSymbol(); 1350ITypeSymbol? type = boundAssignmentOperator.GetPublicTypeSymbol(); 1367ITypeSymbol? type = boundCompoundAssignmentOperator.GetPublicTypeSymbol(); 1394ITypeSymbol? type = boundIncrementOperator.GetPublicTypeSymbol(); 1405ITypeSymbol? type = syntax.IsMissing ? null : boundBadExpression.GetPublicTypeSymbol(); 1417ITypeSymbol? type = boundNewT.GetPublicTypeSymbol(); 1426ITypeSymbol? type = creation.GetPublicTypeSymbol(); 1437ITypeSymbol? type = boundUnaryOperator.GetPublicTypeSymbol(); 1491ITypeSymbol? type = boundBinaryOperator.GetPublicTypeSymbol(); 1523ITypeSymbol? type = boundBinaryOperator.GetPublicTypeSymbol(); 1567ITypeSymbol? type = boundTupleBinaryOperator.GetPublicTypeSymbol(); 1579ITypeSymbol? type = boundConditionalOperator.GetPublicTypeSymbol(); 1590ITypeSymbol? type = boundNullCoalescingOperator.GetPublicTypeSymbol(); 1609ITypeSymbol? type = boundNode.GetPublicTypeSymbol(); 1619ITypeSymbol? type = boundAwaitExpression.GetPublicTypeSymbol(); 1629ITypeSymbol? type = boundArrayAccess.GetPublicTypeSymbol(); 1640ITypeSymbol? type = boundIndexerAccess.GetPublicTypeSymbol(); 1662ITypeSymbol? type = boundInlineArrayAccess.GetPublicTypeSymbol(); 1672ITypeSymbol? type = boundNameOfOperator.GetPublicTypeSymbol(); 1682ITypeSymbol? type = boundThrowExpression.GetPublicTypeSymbol(); 1691ITypeSymbol? type = boundAddressOfOperator.GetPublicTypeSymbol(); 1700ITypeSymbol? type = boundImplicitReceiver.GetPublicTypeSymbol(); 1710ITypeSymbol? type = boundConditionalAccess.GetPublicTypeSymbol(); 1719ITypeSymbol? type = boundConditionalReceiver.GetPublicTypeSymbol(); 2230ITypeSymbol? type = boundTupleExpression.GetPublicTypeSymbol(); 2265ITypeSymbol? type = boundInterpolatedString.GetPublicTypeSymbol(); 2432conversion.GetPublicTypeSymbol(), 2471interpolatedString.GetPublicTypeSymbol(), 2485ITypeSymbol? type = placeholder.GetPublicTypeSymbol(); 2511placeholder.GetPublicTypeSymbol(), 2547ITypeSymbol? matchedType = acceptsNull ? null : boundDeclarationPattern.DeclaredType.GetPublicTypeSymbol(); 2726boundSwitchExpression.GetPublicTypeSymbol(), 2776ITypeSymbol? type = boundIsPatternExpression.GetPublicTypeSymbol(); 2791ITypeSymbol? type = boundQueryClause.GetPublicTypeSymbol(); 2808boundNode.GetPublicTypeSymbol(), 2823boundIndex.GetPublicTypeSymbol(), 2838boundRange.GetPublicTypeSymbol(), 2935ITypeSymbol? type = placeholder.GetPublicTypeSymbol();
Operations\CSharpOperationFactory_Methods.cs (1)
459anonymousProperty.GetPublicTypeSymbol(),