10 references to Type
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (6)
9547
Debug.Assert(receiver.
Type
is not null);
9575
Debug.Assert(receiver.
Type
is not null);
9597
receiver.
Type
,
9652
if (receiver.
Type
.SpecialType == SpecialType.System_String && !scope.HasValue)
9669
Debug.Assert(receiver.
Type
is not null);
9694
receiver.
Type
,
Generated\BoundNodes.xml.Generated.cs (4)
747
if (isEquivalentToThisReference != this.IsEquivalentToThisReference || receiver != this.Receiver || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11171
TypeSymbol? type = this.VisitType(node.
Type
);
12856
updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, node.
Type
);
15570
new TreeDumperNode("type", node.
Type
, null),