8 references to ShouldEmitNativeIntegerAttributes
Microsoft.CodeAnalysis.CSharp (8)
Compilation\CSharpCompilationExtensions.cs (1)
24return compilation.ShouldEmitNativeIntegerAttributes() && type.ContainsNativeIntegerWrapperType();
Lowering\LocalRewriter\LocalRewriter.cs (1)
395if (_compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Compilation_WellKnownMembers.cs (2)
565Debug.Assert(ShouldEmitNativeIntegerAttributes()); 624Debug.Assert(ShouldEmitNativeIntegerAttributes());
Symbols\Source\ParameterHelpers.cs (2)
291if (!compilation.ShouldEmitNativeIntegerAttributes()) 301Debug.Assert(compilation.ShouldEmitNativeIntegerAttributes());
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1826if (compilation.ShouldEmitNativeIntegerAttributes())
Symbols\Source\SourceTypeParameterSymbol.cs (1)
305if (DeclaringCompilation.ShouldEmitNativeIntegerAttributes()