2 references to TypeInfo
Microsoft.CodeAnalysis (1)
Compilation\TypeInfo.cs (1)
13
internal static readonly TypeInfo None = new
TypeInfo
(type: null, convertedType: null, nullability: default, convertedNullability: default);
Microsoft.CodeAnalysis.CSharp (1)
Compilation\TypeInfo.cs (1)
55
return new
TypeInfo
(info.Type?.GetITypeSymbol(info.Nullability.FlowState.ToAnnotation()), info.ConvertedType?.GetITypeSymbol(info.ConvertedNullability.FlowState.ToAnnotation()),