6 references to GetITypeSymbol
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundExpression.cs (1)
145
=> Type?.
GetITypeSymbol
(TopLevelNullability.FlowState.ToAnnotation());
Compilation\TypeInfo.cs (2)
55
return new TypeInfo(info.Type?.
GetITypeSymbol
(info.Nullability.FlowState.ToAnnotation()), info.ConvertedType?.
GetITypeSymbol
(info.ConvertedNullability.FlowState.ToAnnotation()),
Symbols\NullableAnnotationExtensions.cs (1)
110
return type.Type?.
GetITypeSymbol
(type.ToPublicAnnotation());
Symbols\PublicModel\MethodSymbol.cs (1)
179
Interlocked.CompareExchange(ref _lazyReceiverType, _underlying.ReceiverType?.
GetITypeSymbol
(_underlying.ReceiverNullableAnnotation), null);
Symbols\TypeSymbol.cs (1)
2528
return
GetITypeSymbol
(DefaultNullableAnnotation);