7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
10352Debug.Assert(receiver.Type is not null); 10362receiver.Type, 10398else if (receiver.Type.SpecialType == SpecialType.System_String) 10417receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
750if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10897TypeSymbol? type = this.VisitType(node.Type); 15219new TreeDumperNode("type", node.Type, null),