1 write to ConvertedType
Microsoft.CodeAnalysis.CSharp (1)
Compilation\TypeInfo.cs (1)
47this.ConvertedType = convertedType.GetNonErrorGuess() ?? convertedType;
4 references to ConvertedType
Microsoft.CodeAnalysis.CSharp (4)
Compilation\TypeInfo.cs (4)
55return new TypeInfo(info.Type?.GetITypeSymbol(info.Nullability.FlowState.ToAnnotation()), info.ConvertedType?.GetITypeSymbol(info.ConvertedNullability.FlowState.ToAnnotation()), 68&& TypeSymbol.Equals(this.ConvertedType, other.ConvertedType, TypeCompareKind.ConsiderEverything2) 75return Hash.Combine(this.ConvertedType,