9 references to Type
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Expressions.cs (6)
4920var initializerType = implicitReceiver.Type; 4933boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.Type, initializerType, hasErrors: false); 5112implicitReceiver.Type, 5164Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.Type, member); 5502Debug.Assert((object)implicitReceiver.Type != null); 5504if (implicitReceiver.Type.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
683if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10473TypeSymbol? type = this.VisitType(node.Type); 14506new TreeDumperNode("type", node.Type, null),