2 writes to _transformFlags
System.Core (2)
System\Runtime\CompilerServices\DynamicAttribute.cs (2)
30this._transformFlags = new bool[] { true }; 55this._transformFlags = transformFlags;
1 reference to _transformFlags
System.Core (1)
System\Runtime\CompilerServices\DynamicAttribute.cs (1)
67return Array.AsReadOnly(this._transformFlags);