2 references to IsRefLikeType
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
532
: symbol.GetTypeOrReturnType().
IsRefLikeType
() ? valEscape : CallingMethodScope;
Symbols\Source\ParameterHelpers.cs (1)
672
if (declaredScope == ScopedKind.ScopedValue && !typeWithAnnotations.
IsRefLikeType
())