7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
9912Debug.Assert(receiver.Type is not null); 9922receiver.Type, 9958else if (receiver.Type.SpecialType == SpecialType.System_String) 9977receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
768if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10860TypeSymbol? type = this.VisitType(node.Type); 15056new TreeDumperNode("type", node.Type, null),