csharp
public readonly struct TypeInfoAn expression's own type and the type its context converted it to. For val x: float = 1 the literal's Type is int and its ConvertedType is float.
Fields and properties (4)
public static readonly TypeInfo Nonepublic TypeSymbol? Typepublic TypeSymbol? ConvertedTypepublic bool IsEmpty
Used by (3)
- BindingTestsVixen.Raven.Tests
- SemanticModelVixen.Raven
- SemanticModelTestsVixen.Raven.Tests