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