7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
10520Debug.Assert(receiver.Type is not null); 10530receiver.Type, 10566else if (receiver.Type.SpecialType == SpecialType.System_String) 10585receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
748if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10939TypeSymbol? type = this.VisitType(node.Type); 15259new TreeDumperNode("type", node.Type, null),