17 references to new
illink (17)
Linker.Dataflow\AttributeDataFlow.cs (1)
62
: new SystemTypeValue(
new
(referencedType, _context));
Linker.Dataflow\FieldValue.cs (1)
21
StaticType =
new
(fieldToLoad.FieldType.InflateFrom(fieldToLoad.DeclaringType as IGenericInstance), resolver);
Linker.Dataflow\FlowAnnotations.cs (4)
850
return new NullableValueWithDynamicallyAccessedMembers(
new
(genericArgumentType, _context),
855
return new NullableSystemTypeValue(
new
(genericArgumentType, _context), new SystemTypeValue(
new
(underlyingTypeDefinition, _context)));
861
return new SystemTypeValue(
new
(genericArgumentType, _context));
Linker.Dataflow\HandleCallAction.cs (4)
174
AddReturnValue(new SystemTypeValue(
new
(staticType, _context)));
266
yield return new SystemTypeValue(new
TypeProxy
(nestedType, _context));
273
baseType = new
TypeProxy
(baseTypeDefinition, _context);
303
resolvedType = new
TypeProxy
(foundType, _context);
Linker.Dataflow\MethodBodyScanner.cs (4)
847
var nullableDam = new RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers(new
TypeProxy
(resolvedDefinition, _context),
852
var nullableType = new RuntimeTypeHandleForNullableSystemTypeValue(new
TypeProxy
(resolvedDefinition, _context), new SystemTypeValue(
new
(underlyingType, _context)));
862
var typeHandle = new RuntimeTypeHandleValue(new
TypeProxy
(resolvedDefinition, _context));
Linker.Dataflow\MethodParameterValue.cs (1)
19
StaticType = staticType == null ? null :
new
(staticType, resolver);
Linker.Dataflow\MethodReturnValue.cs (1)
32
StaticType = staticType == null ? null :
new
(staticType, resolver);
Linker.Dataflow\RequireDynamicallyAccessedMembersAction.cs (1)
31
type =
new
(foundType, _resolver);