14 references to ShouldEmitNativeIntegerAttributes
Microsoft.CodeAnalysis.CSharp (14)
Compilation\CSharpCompilationExtensions.cs (1)
24
return compilation.
ShouldEmitNativeIntegerAttributes
() && type.ContainsNativeIntegerWrapperType();
Emitter\Model\PEAssemblyBuilder.cs (1)
406
Debug.Assert(Compilation.
ShouldEmitNativeIntegerAttributes
());
Emitter\Model\PEModuleBuilder.cs (3)
1676
Debug.Assert(Compilation.
ShouldEmitNativeIntegerAttributes
());
1711
Debug.Assert(Compilation.
ShouldEmitNativeIntegerAttributes
());
1816
Debug.Assert(Compilation.
ShouldEmitNativeIntegerAttributes
());
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
128
if (moduleBuilder.Compilation.
ShouldEmitNativeIntegerAttributes
())
Lowering\LocalRewriter\LocalRewriter.cs (1)
333
if (_compilation.
ShouldEmitNativeIntegerAttributes
())
Symbols\Compilation_WellKnownMembers.cs (2)
551
Debug.Assert(
ShouldEmitNativeIntegerAttributes
());
610
Debug.Assert(
ShouldEmitNativeIntegerAttributes
());
Symbols\Source\ParameterHelpers.cs (3)
256
Debug.Assert(moduleBuilder.Compilation.
ShouldEmitNativeIntegerAttributes
());
269
if (!compilation.
ShouldEmitNativeIntegerAttributes
())
279
Debug.Assert(compilation.
ShouldEmitNativeIntegerAttributes
());
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1729
if (compilation.
ShouldEmitNativeIntegerAttributes
())
Symbols\Source\SourceTypeParameterSymbol.cs (1)
301
if (DeclaringCompilation.
ShouldEmitNativeIntegerAttributes
()