11 references to Type
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
5983var initializerType = implicitReceiver.Type; 5992boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.Type, initializerType, hasErrors: false); 6183implicitReceiver.Type, 6236Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.Type, member); 6598!implicitReceiver.Type.IsDynamic()) 6603Debug.Assert(collectionInitializerAddMethodBinder.HasCollectionExpressionApplicableAddMethod(elementInitializer, implicitReceiver.Type, addMethods: out _, d)); 6620Debug.Assert((object)implicitReceiver.Type != null); 6622if (implicitReceiver.Type.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
680if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11168TypeSymbol? type = this.VisitType(node.Type); 15554new TreeDumperNode("type", node.Type, null),