5 references to checkImplAttributes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\TopLevelStatementsTests.cs (5)
6143
checkImplAttributes
(localFunctions[0], MethodImplAttributes.ForwardRef);
6144
checkImplAttributes
(localFunctions[1], MethodImplAttributes.NoInlining);
6145
checkImplAttributes
(localFunctions[2], MethodImplAttributes.NoOptimization);
6146
checkImplAttributes
(localFunctions[3], MethodImplAttributes.Synchronized);
6147
checkImplAttributes
(localFunctions[4], MethodImplAttributes.InternalCall);