14 references to ShouldEmitNativeIntegerAttributes
Microsoft.CodeAnalysis.CSharp (14)
Compilation\CSharpCompilationExtensions.cs (1)
24return compilation.ShouldEmitNativeIntegerAttributes() && type.ContainsNativeIntegerWrapperType();
Emitter\Model\PEAssemblyBuilder.cs (1)
472Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes());
Emitter\Model\PEModuleBuilder.cs (3)
1641Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes()); 1676Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes()); 1806Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes());
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
125if (moduleBuilder.Compilation.ShouldEmitNativeIntegerAttributes())
Lowering\LocalRewriter\LocalRewriter.cs (1)
395if (_compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Compilation_WellKnownMembers.cs (2)
567Debug.Assert(ShouldEmitNativeIntegerAttributes()); 626Debug.Assert(ShouldEmitNativeIntegerAttributes());
Symbols\Source\ParameterHelpers.cs (3)
383Debug.Assert(moduleBuilder.Compilation.ShouldEmitNativeIntegerAttributes()); 396if (!compilation.ShouldEmitNativeIntegerAttributes()) 406Debug.Assert(compilation.ShouldEmitNativeIntegerAttributes());
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1874if (compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Source\SourceTypeParameterSymbol.cs (1)
306if (DeclaringCompilation.ShouldEmitNativeIntegerAttributes()