3 references to FixedBufferAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1025
return HasStringAndIntValuedAttribute(token, AttributeDescription.
FixedBufferAttribute
, out elementTypeName, out bufferSize);
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceFieldSymbol.cs (1)
122
if (attribute.IsTargetAttribute(this, AttributeDescription.
FixedBufferAttribute
))
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
131
if (attribute.IsTargetAttribute(this, AttributeDescription.
FixedBufferAttribute
))