1 write to DeclaredType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8403
this.
DeclaredType
= declaredType;
7 references to DeclaredType
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (1)
424
TypeSymbol type = typePattern.
DeclaredType
.Type;
FlowAnalysis\NullableWalker_Patterns.cs (1)
96
Visit(node.
DeclaredType
);
Generated\BoundNodes.xml.Generated.cs (5)
8415
if (declaredType != this.
DeclaredType
|| isExplicitNotNullTest != this.IsExplicitNotNullTest || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10735
this.Visit(node.
DeclaredType
);
12132
BoundTypeExpression declaredType = (BoundTypeExpression)this.Visit(node.
DeclaredType
);
14801
BoundTypeExpression declaredType = (BoundTypeExpression)this.Visit(node.
DeclaredType
);
17009
new TreeDumperNode("declaredType", null, new TreeDumperNode[] { Visit(node.
DeclaredType
, null) }),