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