4 references to LoadTypeFromSignature
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (4)
241return TypeManager.GetArray(LoadTypeFromSignature(signature, ref indexIntoSignatures, classTyVars), 1, true); 264typeArgs[iTypeArg] = LoadTypeFromSignature(signature, ref indexIntoSignatures, classTyVars); 284ptypes[i] = LoadTypeFromSignature(signature, ref indexIntoSignatures, classTyVars); 337CType returnType = LoadTypeFromSignature(signature, ref index, classTyVars);