23 references to GetType
System.Private.TypeLoader (23)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (11)
445
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
454
var interfaceType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
474
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
484
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
496
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
518
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
527
var type = nativeLayoutInfoLoadContext.
GetType
(ref parser);
549
var constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
550
var constrainedMethodType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
580
TypeDesc constraintType = nativeLayoutInfoLoadContext.
GetType
(ref parser);
595
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));