7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (2)
11782
Debug.Assert(node.
Type
.IsDynamic());
11783
var result = TypeWithAnnotations.Create(node.
Type
, NullableAnnotation.Oblivious);
Generated\BoundNodes.xml.Generated.cs (4)
7580
if (receiver != this.Receiver || arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || applicableIndexers != this.ApplicableIndexers || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11980
TypeSymbol? type = this.VisitType(node.
Type
);
14535
updatedNode = node.Update(receiver, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, applicableIndexers, node.
Type
);
16794
new TreeDumperNode("type", node.
Type
, null),
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
544
indexerAccess.
Type
);