1 write to _canonMethod
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
117_canonMethod = method;
22 references to _canonMethod
ILCompiler.Compiler (22)
IL\ILImporter.Scanner.cs (22)
131TypeDesc owningType = _canonMethod.OwningType; 137(_canonMethod.Signature.IsStatic || _canonMethod.IsConstructor || owningType.IsValueType || owningType.IsInterface)) 155if (_canonMethod.IsSynchronized) 160if (_canonMethod.Signature.IsStatic) 174if (_canonMethod.IsCanonicalMethod(CanonicalFormKind.Any)) 176if (_canonMethod.RequiresInstMethodDescArg()) 182if (_canonMethod.IsAsyncCall()) 204CodeBasedDependencyAlgorithm.AddDependenciesDueToMethodCodePresence(ref _unconditionalDependencies, _factory, _canonMethod, _canonMethodIL); 205CodeBasedDependencyAlgorithm.AddConditionalDependenciesDueToMethodCodePresence(ref conditionalDependencies, _factory, _canonMethod); 212GenericDictionaryLookup lookup = _compilation.ComputeGenericLookup(_canonMethod, helperId, helperArgument); 215if (_canonMethod.RequiresInstMethodDescArg()) 217return _compilation.NodeFactory.ReadyToRunHelperFromDictionaryLookup(lookup.HelperId, lookup.HelperObject, _canonMethod); 221Debug.Assert(_canonMethod.RequiresInstArg() || _canonMethod.AcquiresInstMethodTableFromThis()); 222return _compilation.NodeFactory.ReadyToRunHelperFromTypeLookup(lookup.HelperId, lookup.HelperObject, _canonMethod.OwningType); 317_compilation.DetectGenericCycles(_canonMethod, method); 437&& _canonMethod.IsAsyncCall()) 446AsyncResumptionStub resumptionStub = _compilation.TypeSystemContext.GetAsyncResumptionStub(_canonMethod, _compilation.TypeSystemContext.GeneratedAssembly.GetGlobalModuleType()); 779targetMethod = _compilation.ExpandIntrinsicForCallsite(targetMethod, _canonMethod); 798if (!_canonMethod.IsSharedByGenericInstantiations) 896_canonMethod,