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