7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
10663Debug.Assert(receiver.Type is not null); 10673receiver.Type, 10709else if (receiver.Type.SpecialType == SpecialType.System_String) 10728receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
753if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11180TypeSymbol? type = this.VisitType(node.Type); 15571new TreeDumperNode("type", node.Type, null),