23 references to GetType
System.Private.TypeLoader (23)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (11)
484
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
493
var interfaceType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
522
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
532
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
544
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
566
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
575
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
597
var constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
598
var constrainedMethodType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
628
TypeDesc constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
643
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (9)
34
DefType typeDefinition = (DefType)
GetType
(ref parser);
38
typeArguments[i] =
GetType
(ref parser);
45
TypeDesc typeParameter =
GetType
(ref parser);
100
return
GetType
(ref lookbackParser);
128
TypeDesc elementType =
GetType
(ref parser);
159
TypeDesc returnType =
GetType
(ref parser);
162
parameters[i] =
GetType
(ref parser);
187
DefType containingType = (DefType)
GetType
(ref parser);
223
sequence[i] =
GetType
(ref parser);
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
1136
TypeDesc declaringType = nlilContext.
GetType
(ref parser);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
257
TypeDesc currentIfaceType = nativeLayoutContext.
GetType
(ref ifaceSigParser);
Internal\TypeSystem\RuntimeNoMetadataType.cs (1)
149
SetBaseType((DefType)nativeLayoutInfoLoadContext.
GetType
(ref baseTypeParser));