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