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)
98
TypeDesc typeDesc =>
_tokenResolver
.GetModuleTokenForType(typeDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false),
99
MethodDesc methodDesc =>
_tokenResolver
.GetModuleTokenForMethod(methodDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false),
100
FieldDesc fieldDesc =>
_tokenResolver
.GetModuleTokenForField(fieldDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: false),