1 implementation of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
1222MethodImplAttributes IMethodSymbolInternal.ImplementationAttributes => ImplementationAttributes;
1 reference to ImplementationAttributes
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
84=> _oldMethod.ImplementationAttributes;