11 references to Type
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
5679var initializerType = implicitReceiver.Type; 5692boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.Type, initializerType, hasErrors: false); 5884implicitReceiver.Type, 5937Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.Type, member); 6300!implicitReceiver.Type.IsDynamic()) 6305Debug.Assert(collectionInitializerAddMethodBinder.HasCollectionExpressionApplicableAddMethod(elementInitializer, implicitReceiver.Type, addMethods: out _, d)); 6322Debug.Assert((object)implicitReceiver.Type != null); 6324if (implicitReceiver.Type.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
695if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10850TypeSymbol? type = this.VisitType(node.Type); 15041new TreeDumperNode("type", node.Type, null),