1 write to _constrainedMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1462_constrainedMethod = constrainedMethod;
17 references to _constrainedMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (17)
1465Debug.Assert(_constrainedMethod.OwningType.IsInterface); 1466Debug.Assert(!_constrainedMethod.HasInstantiation || !directCall); 1472+ factory.NameMangler.GetMangledMethodName(_constrainedMethod) 1480return (_constrainedMethod.HasInstantiation, _constrainedMethod.Signature.IsStatic) switch 1492if (_constrainedMethod.HasInstantiation) 1494constrainedMethodDescriptorNode = factory.NativeLayout.MethodEntry(_constrainedMethod); 1498constrainedMethodDescriptorNode = factory.NativeLayout.TypeSignatureVertex(_constrainedMethod.OwningType); 1505foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(_constrainedMethod.OwningType)) 1510foreach (var type in _constrainedMethod.Instantiation) 1519if (_constrainedMethod.IsVirtual && _constrainedMethod.HasInstantiation) 1521MethodDesc canonMethod = _constrainedMethod.GetCanonMethodTarget(CanonicalFormKind.Specific); 1529if (_constrainedMethod.HasInstantiation) 1532Vertex constrainedMethodVertex = factory.NativeLayout.MethodEntry(_constrainedMethod).WriteVertex(factory); 1538Vertex methodType = factory.NativeLayout.TypeSignatureVertex(_constrainedMethod.OwningType).WriteVertex(factory); 1539var canonConstrainedMethod = _constrainedMethod.GetCanonMethodTarget(CanonicalFormKind.Specific);