4 references to MethodImplAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1296var result = (data != null) ? data.MethodImplAttributes : default(System.Reflection.MethodImplAttributes);
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceMethodSymbol.vb (3)
1880If (data.MethodImplAttributes And Reflection.MethodImplAttributes.InternalCall) <> 0 Then 1885If (data.MethodImplAttributes And Reflection.MethodImplAttributes.CodeTypeMask) = Reflection.MethodImplAttributes.Runtime Then 1913Return If(attributeData IsNot Nothing, attributeData.MethodImplAttributes, Nothing)