6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
9695resultType = TypeWithState.Create(node.Type, NullableFlowState.NotNull);
Generated\BoundNodes.xml.Generated.cs (4)
1800if (@operator != this.Operator || left != this.Left || right != this.Right || leftPlaceholder != this.LeftPlaceholder || leftConversion != this.LeftConversion || finalPlaceholder != this.FinalPlaceholder || finalConversion != this.FinalConversion || resultKind != this.ResultKind || originalUserDefinedOperatorsOpt != this.OriginalUserDefinedOperatorsOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10667TypeSymbol? type = this.VisitType(node.Type); 12347updatedNode = node.Update(node.Operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, node.ResultKind, node.OriginalUserDefinedOperatorsOpt, node.Type); 14803new TreeDumperNode("type", node.Type, null),
Lowering\DiagnosticsPass_Warnings.cs (1)
729Error(ErrorCode.WRN_AlwaysNull, node, node.Type);