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