17 references to new
illink (17)
Linker.Dataflow\AttributeDataFlow.cs (1)
59
: 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)
773
return new NullableValueWithDynamicallyAccessedMembers (
new
(genericArgumentType, _context),
778
return new NullableSystemTypeValue (
new
(genericArgumentType, _context), new SystemTypeValue (
new
(underlyingTypeDefinition, _context)));
784
return new SystemTypeValue (
new
(genericArgumentType, _context));
Linker.Dataflow\HandleCallAction.cs (4)
158
AddReturnValue (new SystemTypeValue (
new
(staticType, _context)));
223
yield return new SystemTypeValue (new
TypeProxy
(nestedType, _context));
229
baseType = new
TypeProxy
(baseTypeDefinition, _context);
257
resolvedType = new
TypeProxy
(foundType, _context);
Linker.Dataflow\MethodBodyScanner.cs (4)
794
var nullableDam = new RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers (new
TypeProxy
(resolvedDefinition, _context),
799
var nullableType = new RuntimeTypeHandleForNullableSystemTypeValue (new
TypeProxy
(resolvedDefinition, _context), new SystemTypeValue (
new
(underlyingType, _context)));
807
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)
30
type =
new
(foundType, _resolver);