Пример #1
0
 internal static bool ShouldEmitNativeIntegerAttributes(this CSharpCompilation compilation, TypeSymbol type)
 {
     return(compilation.ShouldEmitNativeIntegerAttributes() && type.ContainsNativeIntegerWrapperType());
 }