1 write to _constrainedMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1419_constrainedMethod = constrainedMethod;
17 references to _constrainedMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (17)
1422Debug.Assert(_constrainedMethod.OwningType.IsInterface); 1423Debug.Assert(!_constrainedMethod.HasInstantiation || !directCall); 1429+ factory.NameMangler.GetMangledMethodName(_constrainedMethod) 1437return (_constrainedMethod.HasInstantiation, _constrainedMethod.Signature.IsStatic) switch 1449if (_constrainedMethod.HasInstantiation) 1451constrainedMethodDescriptorNode = factory.NativeLayout.MethodEntry(_constrainedMethod); 1455constrainedMethodDescriptorNode = factory.NativeLayout.TypeSignatureVertex(_constrainedMethod.OwningType); 1462foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(_constrainedMethod.OwningType)) 1467foreach (var type in _constrainedMethod.Instantiation) 1476if (_constrainedMethod.IsVirtual && _constrainedMethod.HasInstantiation) 1478MethodDesc canonMethod = _constrainedMethod.GetCanonMethodTarget(CanonicalFormKind.Specific); 1486if (_constrainedMethod.HasInstantiation) 1489Vertex constrainedMethodVertex = factory.NativeLayout.MethodEntry(_constrainedMethod).WriteVertex(factory); 1495Vertex methodType = factory.NativeLayout.TypeSignatureVertex(_constrainedMethod.OwningType).WriteVertex(factory); 1496var canonConstrainedMethod = _constrainedMethod.GetCanonMethodTarget(CanonicalFormKind.Specific);