Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
2 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
523
internal override bool IsExternal => IsExtern || (
ImplementationAttributes
& MethodImplAttributes.Runtime) != 0;
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Metadata\WinMdDumpTest.cs (1)
382
MetadataSignatureHelper.AppendMethodImplAttributes(result, method.
ImplementationAttributes
);