1 write to _countLocalParamDefs
ReachFramework (1)
PrintConfig\PrtCap_Public.cs (1)
63_countLocalParamDefs = Enum.GetNames(typeof(PrintSchemaLocalParameterDefs)).Length;
4 references to _countLocalParamDefs
ReachFramework (4)
PrintConfig\PrtCap_Public.cs (4)
73_pcLocalParamDefs = new ParameterDefinition[_countLocalParamDefs]; 74_baLocalParamRequired = new bool[_countLocalParamDefs]; 75for (int i=0; i<_countLocalParamDefs; i++) 497for (int i=0; i<_countLocalParamDefs; i++)