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