5 references to ContainsNativeIntegerWrapperType
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilationExtensions.cs (1)
24return compilation.ShouldEmitNativeIntegerAttributes() && type.ContainsNativeIntegerWrapperType();
Emitter\Model\PEModuleBuilder.cs (1)
1640Debug.Assert(type.ContainsNativeIntegerWrapperType());
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
131if (ReturnType.ContainsNativeIntegerWrapperType())
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1829if (hasBaseTypeOrInterface(static t => t.ContainsNativeIntegerWrapperType()))
Symbols\TypeSymbolExtensions.cs (1)
1230return type.Type?.ContainsNativeIntegerWrapperType() == true;