3 references to GetITypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
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)
2505
return
GetITypeSymbol
(DefaultNullableAnnotation);