4 references to ContainsNativeIntegerWrapperType
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (2)
397if (hasReturnTypeOrParameter(localFunction, static t => t.ContainsNativeIntegerWrapperType()) || 398typeParameters.Any(static t => t.ConstraintTypesNoUseSiteDiagnostics.Any(static t => t.ContainsNativeIntegerWrapperType())))
Symbols\Source\ParameterHelpers.cs (1)
304if (parameter.TypeWithAnnotations.ContainsNativeIntegerWrapperType())
Symbols\Source\SourceTypeParameterSymbol.cs (1)
306&& ConstraintTypesNoUseSiteDiagnostics.Any(static t => t.ContainsNativeIntegerWrapperType()))