7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (4)
10388
Debug.Assert(receiver.
Type
is not null);
10398
receiver.
Type
,
10434
else if (receiver.
Type
.SpecialType == SpecialType.System_String)
10453
receiver.
Type
,
Generated\BoundNodes.xml.Generated.cs (3)
750
if (isEquivalentToThisReference != this.IsEquivalentToThisReference || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
10889
TypeSymbol? type = this.VisitType(node.
Type
);
15225
new TreeDumperNode("type", node.
Type
, null),