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