4 references to NativeIntegerAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1134AttributeInfo info = FindTargetAttribute(token, AttributeDescription.NativeIntegerAttribute);
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEAssemblyBuilder.cs (1)
476AttributeDescription.NativeIntegerAttribute,
Symbols\Symbol.cs (1)
1585reportExplicitUseOfReservedAttribute(attribute, arguments, AttributeDescription.NativeIntegerAttribute))
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
57Debug.Assert(_constructors.Length == AttributeDescription.NativeIntegerAttribute.Signatures.Length);