7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
8647Debug.Assert(receiver.Type is not null); 8657receiver.Type, 8693else if (receiver.Type.SpecialType == SpecialType.System_String) 8712receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
756if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10483TypeSymbol? type = this.VisitType(node.Type); 14521new TreeDumperNode("type", node.Type, null),