2 references to None
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
3468
Assert.Equal(MethodImportAttributes.
None
, import.Attributes & MethodImportAttributes.CharSetMask);
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
37
MethodImportAttributes importAttributes = MethodImportAttributes.
None
;