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