11 references to Type
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
5844
var initializerType = implicitReceiver.
Type
;
5853
boundMember = new BoundDynamicObjectInitializerMember(leftSyntax, memberName.Identifier.Text, implicitReceiver.
Type
, initializerType, hasErrors: false);
6045
implicitReceiver.
Type
,
6098
Error(diagnostics, ErrorCode.ERR_NoSuchMember, memberNameSyntax, implicitReceiver.
Type
, member);
6461
!implicitReceiver.
Type
.IsDynamic())
6466
Debug.Assert(collectionInitializerAddMethodBinder.HasCollectionExpressionApplicableAddMethod(elementInitializer, implicitReceiver.
Type
, addMethods: out _, d));
6483
Debug.Assert((object)implicitReceiver.
Type
!= null);
6485
if (implicitReceiver.
Type
.IsDynamic())
Generated\BoundNodes.xml.Generated.cs (3)
677
if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
10887
TypeSymbol? type = this.VisitType(node.
Type
);
15204
new TreeDumperNode("type", node.
Type
, null),