5 references to checkImplAttributes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\TopLevelStatementsTests.cs (5)
6088
checkImplAttributes
(localFunctions[0], MethodImplAttributes.ForwardRef);
6089
checkImplAttributes
(localFunctions[1], MethodImplAttributes.NoInlining);
6090
checkImplAttributes
(localFunctions[2], MethodImplAttributes.NoOptimization);
6091
checkImplAttributes
(localFunctions[3], MethodImplAttributes.Synchronized);
6092
checkImplAttributes
(localFunctions[4], MethodImplAttributes.InternalCall);