1 write to DeclaredType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8085
this.
DeclaredType
= declaredType;
7 references to DeclaredType
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (1)
421
TypeSymbol type = typePattern.
DeclaredType
.Type;
FlowAnalysis\NullableWalker_Patterns.cs (1)
96
Visit(node.
DeclaredType
);
Generated\BoundNodes.xml.Generated.cs (5)
8097
if (declaredType != this.
DeclaredType
|| isExplicitNotNullTest != this.IsExplicitNotNullTest || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10356
this.Visit(node.
DeclaredType
);
11698
BoundTypeExpression declaredType = (BoundTypeExpression)this.Visit(node.
DeclaredType
);
14264
BoundTypeExpression declaredType = (BoundTypeExpression)this.Visit(node.
DeclaredType
);
16389
new TreeDumperNode("declaredType", null, new TreeDumperNode[] { Visit(node.
DeclaredType
, null) }),