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