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