1 write to _field
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFixedFieldSymbol.cs (1)
158_field = field;
4 references to _field
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceFixedFieldSymbol.cs (4)
165get { return _field.ContainingType; } 182int nElements = _field.FixedSize; 183var elementType = ((PointerTypeSymbol)_field.Type).PointedAtType; 198return _field.ContainingType.MarshallingCharSet;