8 references to
mscorlib (8)
system\reflection\Associates.cs (2)
156int methodDefToken = associatesData[i * 2]; 157MethodSemanticsAttributes semantics = (MethodSemanticsAttributes)associatesData[i * 2 + 1];
system\reflection\customattribute.cs (1)
334tkCustomAttributeTokens[i], out records[i].tkCtor.Value, out records[i].blob);
system\reflection\parameterinfo.cs (1)
318int position, tkParamDef = tkParamDefs[i];
system\rttype.cs (4)
998int tkField = tkFields[i]; 1204nestedType = ModuleHandle.ResolveTypeHandleInternal(moduleHandle, tkNestedClasses[i], null, null); 1275int tkEvent = tkEvents[i]; 1388int tkProperty = tkProperties[i];