7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
10009Debug.Assert(receiver.Type is not null); 10019receiver.Type, 10055else if (receiver.Type.SpecialType == SpecialType.System_String) 10074receiver.Type,
Generated\BoundNodes.xml.Generated.cs (3)
769if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10899TypeSymbol? type = this.VisitType(node.Type); 15095new TreeDumperNode("type", node.Type, null),