14 references to ShouldEmitNativeIntegerAttributes
Microsoft.CodeAnalysis.CSharp (14)
Compilation\CSharpCompilationExtensions.cs (1)
24return compilation.ShouldEmitNativeIntegerAttributes() && type.ContainsNativeIntegerWrapperType();
Emitter\Model\PEAssemblyBuilder.cs (1)
493Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes());
Emitter\Model\PEModuleBuilder.cs (3)
1804Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes()); 1839Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes()); 1982Debug.Assert(Compilation.ShouldEmitNativeIntegerAttributes());
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
128if (moduleBuilder.Compilation.ShouldEmitNativeIntegerAttributes())
Lowering\LocalRewriter\LocalRewriter.cs (1)
395if (_compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Compilation_WellKnownMembers.cs (2)
571Debug.Assert(ShouldEmitNativeIntegerAttributes()); 635Debug.Assert(ShouldEmitNativeIntegerAttributes());
Symbols\Source\ParameterHelpers.cs (3)
391Debug.Assert(moduleBuilder.Compilation.ShouldEmitNativeIntegerAttributes()); 404if (!compilation.ShouldEmitNativeIntegerAttributes()) 414Debug.Assert(compilation.ShouldEmitNativeIntegerAttributes());
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1888if (compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Source\SourceTypeParameterSymbol.cs (1)
306if (DeclaringCompilation.ShouldEmitNativeIntegerAttributes()