10 references to Type
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (6)
9547Debug.Assert(receiver.Type is not null); 9575Debug.Assert(receiver.Type is not null); 9597receiver.Type, 9652if (receiver.Type.SpecialType == SpecialType.System_String && !scope.HasValue) 9669Debug.Assert(receiver.Type is not null); 9694receiver.Type,
Generated\BoundNodes.xml.Generated.cs (4)
747if (isEquivalentToThisReference != this.IsEquivalentToThisReference || receiver != this.Receiver || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11171TypeSymbol? type = this.VisitType(node.Type); 12856updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, node.Type); 15570new TreeDumperNode("type", node.Type, null),