6 references to Attributes
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3422MethodImportAttributes flags = (MethodImportAttributes)methodImport.Attributes;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests_WellKnownAttributes.cs (4)
2714MethodImportAttributes.ThrowOnUnmappableCharEnable, import.Attributes); 2933Assert.Equal(cases[j].expected, method.GetImport().Attributes); 3436Assert.Equal(MethodImportAttributes.CharSetAnsi, import.Attributes & MethodImportAttributes.CharSetMask); 3468Assert.Equal(MethodImportAttributes.None, import.Attributes & MethodImportAttributes.CharSetMask);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
123MethodImportAttributes a = mi.Attributes;