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