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