23 references to GetType
System.Private.TypeLoader (23)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (11)
451
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
460
var interfaceType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
480
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
490
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
502
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
524
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
533
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
555
var constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
556
var constrainedMethodType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
586
TypeDesc constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
601
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)
1073
TypeDesc declaringType = nlilContext.
GetType
(ref parser);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
228
TypeDesc currentIfaceType = nativeLayoutContext.
GetType
(ref ifaceSigParser);
Internal\TypeSystem\RuntimeNoMetadataType.cs (1)
149
SetBaseType((DefType)nativeLayoutInfoLoadContext.
GetType
(ref baseTypeParser));