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