11 references to Type
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
6005var initializerType = implicitReceiver.Type; 6014boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.Type, initializerType, hasErrors: false); 6205implicitReceiver.Type, 6258Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.Type, member); 6621!implicitReceiver.Type.IsDynamic()) 6626Debug.Assert(collectionInitializerAddMethodBinder.HasCollectionExpressionApplicableAddMethod(elementInitializer, implicitReceiver.Type, addMethods: out _, d)); 6643Debug.Assert((object)implicitReceiver.Type != null); 6645if (implicitReceiver.Type.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
680if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11170TypeSymbol? type = this.VisitType(node.Type); 15556new TreeDumperNode("type", node.Type, null),