5 references to checkImplAttributes
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
CodeGen\CodeGenLocalFunctionTests.cs (5)
5899
checkImplAttributes
(localFunctions[0], MethodImplAttributes.ForwardRef);
5900
checkImplAttributes
(localFunctions[1], MethodImplAttributes.NoInlining);
5901
checkImplAttributes
(localFunctions[2], MethodImplAttributes.NoOptimization);
5902
checkImplAttributes
(localFunctions[3], MethodImplAttributes.Synchronized);
5903
checkImplAttributes
(localFunctions[4], MethodImplAttributes.InternalCall);