3 references to Attributes
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
478MethodImportAttributes importAttributes = import.Attributes;
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3449MethodImportAttributes flags = (MethodImportAttributes)methodImport.Attributes;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
123MethodImportAttributes a = mi.Attributes;