1 write to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1077this.TypeWithAnnotations = typeWithAnnotations;
10 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Operators.cs (1)
3260var targetTypeWithAnnotations = typeExpression.TypeWithAnnotations;
Binder\Binder_Patterns.cs (2)
846designation: node.Designation, declType: boundDeclType.TypeWithAnnotations, permitDesignations, typeSyntax, diagnostics, 936return boundDeclType.TypeWithAnnotations;
CodeGen\Optimizer.cs (2)
1175typeWithAnnotations: typeExpression.TypeWithAnnotations, type: this.VisitType(typeExpression.Type)); 2266typeWithAnnotations: typeExpression.TypeWithAnnotations, type: this.VisitType(typeExpression.Type));
Generated\BoundNodes.xml.Generated.cs (5)
1091if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(aliasOpt, this.AliasOpt) || boundContainingTypeOpt != this.BoundContainingTypeOpt || boundDimensionsOpt != this.BoundDimensionsOpt || typeWithAnnotations != this.TypeWithAnnotations || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10917return node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, type); 12473updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, infoAndType.Type!); 12478updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, node.Type); 15134new TreeDumperNode("typeWithAnnotations", node.TypeWithAnnotations, null),