4 references to MethodImplOptionsEx
Microsoft.Cci.Extensions (4)
Writers\CSharp\CSDeclarationWriter.Attributes.cs (4)
88options |= System.Runtime.CompilerServices.MethodImplOptionsEx.Unmanaged; 90options |= System.Runtime.CompilerServices.MethodImplOptionsEx.ForwardRef; 94options |= System.Runtime.CompilerServices.MethodImplOptionsEx.InternalCall; 96options |= System.Runtime.CompilerServices.MethodImplOptionsEx.Synchronized;