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