5 references to checkImplAttributes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\TopLevelStatementsTests.cs (5)
6179checkImplAttributes(localFunctions[0], MethodImplAttributes.ForwardRef); 6180checkImplAttributes(localFunctions[1], MethodImplAttributes.NoInlining); 6181checkImplAttributes(localFunctions[2], MethodImplAttributes.NoOptimization); 6182checkImplAttributes(localFunctions[3], MethodImplAttributes.Synchronized); 6183checkImplAttributes(localFunctions[4], MethodImplAttributes.InternalCall);