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