2 writes to indexerName
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
574this.indexerName = indexerName; 622set { this.indexerName = value; }
2 references to indexerName
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
602SR.MissingSetAccessorForIndexer(this.indexerName, targetObjectTypeName))); 621get { return this.indexerName; }