1 write to _countLocalParamDefs
ReachFramework (1)
PrintConfig\PrtCap_Public.cs (1)
56_countLocalParamDefs = Enum.GetNames(typeof(PrintSchemaLocalParameterDefs)).Length;
4 references to _countLocalParamDefs
ReachFramework (4)
PrintConfig\PrtCap_Public.cs (4)
66_pcLocalParamDefs = new ParameterDefinition[_countLocalParamDefs]; 67_baLocalParamRequired = new bool[_countLocalParamDefs]; 68for (int i=0; i<_countLocalParamDefs; i++) 490for (int i=0; i<_countLocalParamDefs; i++)