11 references to Type
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
5927var initializerType = implicitReceiver.Type; 5936boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.Type, initializerType, hasErrors: false); 6128implicitReceiver.Type, 6181Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.Type, member); 6544!implicitReceiver.Type.IsDynamic()) 6549Debug.Assert(collectionInitializerAddMethodBinder.HasCollectionExpressionApplicableAddMethod(elementInitializer, implicitReceiver.Type, addMethods: out _, d)); 6566Debug.Assert((object)implicitReceiver.Type != null); 6568if (implicitReceiver.Type.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
675if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10929TypeSymbol? type = this.VisitType(node.Type); 15244new TreeDumperNode("type", node.Type, null),