1 write to Type
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
857=> (Type, TypeAnnotation, _annotatedMethods, _annotatedFields, _genericParameterAnnotations)
5 references to Type
ILCompiler.Compiler (5)
Compiler\Dataflow\FlowAnnotations.cs (5)
328protected override bool CompareKeyToValue(TypeDesc key, TypeAnnotations value) => key == value.Type; 329protected override bool CompareValueToValue(TypeAnnotations value1, TypeAnnotations value2) => value1.Type == value2.Type; 331protected override int GetValueHashCode(TypeAnnotations value) => value.Type.GetHashCode(); 911if (Type.Instantiation[genericParameterIndex] == genericParameter)