9 references to
System.Private.CoreLib (9)
src\System\Reflection\Associates.cs (2)
145int methodDefToken = associatesData[i * 2]; 146MethodSemanticsAttributes semantics = (MethodSemanticsAttributes)associatesData[i * 2 + 1];
src\System\Reflection\RuntimeAssembly.cs (1)
727MetadataToken mdtExternalType = enumResult[i];
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
215scope.GetCustomAttributeProps(tkCustomAttributeTokens[i],
src\System\Reflection\RuntimeParameterInfo.cs (1)
65int tkParamDef = tkParamDefs[i];
src\System\RuntimeType.CoreCLR.cs (4)
942int tkField = tkFields[i]; 1117nestedType = moduleHandle.ResolveTypeHandle(tkNestedClasses[i]).GetRuntimeType(); 1186int tkEvent = tkEvents[i]; 1305int tkProperty = tkProperties[i];