5 references to InitialSize
mscorlib (5)
system\reflection\emit\ilgenerator.cs (5)
1944
m_iOffsets = new int[
InitialSize
];
1945
m_iLines = new int[
InitialSize
];
1946
m_iColumns = new int[
InitialSize
];
1947
m_iEndLines = new int[
InitialSize
];
1948
m_iEndColumns = new int[
InitialSize
];