5 references to checkTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Utilities\TypeSymbolExtensions.cs (5)
101return checkTypeWithAnnotations(elementType, flagNonDefaultArraySizesOrLowerBounds) 108return checkTypeWithAnnotations(pointedAtType, flagNonDefaultArraySizesOrLowerBounds); 113if (!funcPtr.Signature.RefCustomModifiers.IsEmpty || checkTypeWithAnnotations(funcPtr.Signature.ReturnTypeWithAnnotations, flagNonDefaultArraySizesOrLowerBounds)) 120if (!param.RefCustomModifiers.IsEmpty || checkTypeWithAnnotations(param.TypeWithAnnotations, flagNonDefaultArraySizesOrLowerBounds)) 142if (checkTypeWithAnnotations(typeArg, flagNonDefaultArraySizesOrLowerBounds))