1 write to _tokenResolver
ILCompiler.ReadyToRun (1)
Compiler\ExternalReferenceTokenManager.cs (1)
25_tokenResolver = tokenResolver;
3 references to _tokenResolver
ILCompiler.ReadyToRun (3)
Compiler\ExternalReferenceTokenManager.cs (3)
98TypeDesc typeDesc => _tokenResolver.GetModuleTokenForType(typeDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false), 99MethodDesc methodDesc => _tokenResolver.GetModuleTokenForMethod(methodDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false), 100FieldDesc fieldDesc => _tokenResolver.GetModuleTokenForField(fieldDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false),