1 write to s_pcasCount
mscorlib (1)
system\reflection\customattribute.cs (1)
2146s_pcasCount = pcas.Length;
4 references to s_pcasCount
mscorlib (4)
system\reflection\customattribute.cs (4)
2147Dictionary<RuntimeType, RuntimeType> temp_pca = new Dictionary<RuntimeType, RuntimeType>(s_pcasCount); 2149for (int i = 0; i < s_pcasCount; i++) 2329Attribute[] pcas = new Attribute[s_pcasCount]; 2446Attribute[] pcas = new Attribute[s_pcasCount];