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