1 write to _canonMethod
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
120_canonMethod = method;
27 references to _canonMethod
ILCompiler.Compiler (27)
IL\ILImporter.Scanner.cs (27)
134TypeDesc owningType = _canonMethod.OwningType; 140(_canonMethod.Signature.IsStatic || _canonMethod.IsConstructor || owningType.IsValueType || owningType.IsInterface)) 158if (_canonMethod.IsSynchronized) 163if (_canonMethod.Signature.IsStatic) 177if (_canonMethod.IsCanonicalMethod(CanonicalFormKind.Any)) 179if (_canonMethod.RequiresInstMethodDescArg()) 185if (_canonMethod.RequiresSaveRestoreOfAsyncContexts()) 207CodeBasedDependencyAlgorithm.AddDependenciesDueToMethodCodePresence(ref _unconditionalDependencies, _factory, _canonMethod, _canonMethodIL); 208CodeBasedDependencyAlgorithm.AddConditionalDependenciesDueToMethodCodePresence(ref conditionalDependencies, _factory, _canonMethod); 227GenericDictionaryLookup lookup = _compilation.ComputeGenericLookup(_canonMethod, helperId, helperArgument); 230if (_canonMethod.RequiresInstMethodDescArg()) 232return _compilation.NodeFactory.ReadyToRunHelperFromDictionaryLookup(lookup.HelperId, lookup.HelperObject, _canonMethod); 236Debug.Assert(_canonMethod.RequiresInstArg() || _canonMethod.AcquiresInstMethodTableFromThis()); 237return _compilation.NodeFactory.ReadyToRunHelperFromTypeLookup(lookup.HelperId, lookup.HelperObject, _canonMethod.OwningType); 332_compilation.DetectGenericCycles(_canonMethod, method); 551if (opcode is ILOpcode.call or ILOpcode.callvirt && _canonMethod.IsAsyncCall()) 565if (allowAsyncVariant && (_canonMethod.SupportsAsyncVersionCodegen() ? MatchTailCallAwait() : MatchTaskAwaitPattern())) 579if (!_asyncDependenciesReported && _canonMethod.IsAsyncCall() && method.IsAsyncCall()) 885targetMethod = _compilation.ExpandIntrinsicForCallsite(targetMethod, _canonMethod); 904if (!_canonMethod.IsSharedByGenericInstantiations) 1002_canonMethod, 1069AsyncResumptionStub resumptionStub = _compilation.TypeSystemContext.GetAsyncResumptionStub(_canonMethod, _compilation.TypeSystemContext.GeneratedAssembly.GetGlobalModuleType()); 2007if (_wrappingAwaitReported || !_canonMethod.SupportsAsyncVersionCodegen() || _prevMatchedAwaitTailCallRetPostOffset == _currentOffset) 2014MethodDesc taskReturningMethod = _canonMethod.GetTargetOfAsyncVariant(); 2021MethodDesc runtimeDeterminedCaller = _canonMethod.GetSharedRuntimeFormMethodTarget();