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