1 write to _module
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
26_module = module;
11 references to _module
ILCompiler.ReadyToRun (11)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (11)
33sb.Append(_module.Assembly.GetName().Name); 45MetadataReader reader = _module.MetadataReader; 223MethodDefinition customAttributeConstructorDefinition = _module.MetadataReader.GetMethodDefinition(customAttributeConstructorDefinitionHandle); 230MemberReference customAttributeConstructorReference = _module.MetadataReader.GetMemberReference(customAttributeConstructorReferenceHandle); 241TypeSpecification customAttributeConstructorTypeSpecification = _module.MetadataReader.GetTypeSpecification(customAttributeConstructorTypeSpecificationHandle); 268TypeReference typeReference = _module.MetadataReader.GetTypeReference(typeReferenceHandle); 271typeNamespace = _module.MetadataReader.GetString(typeNamespaceHandle); 272typeName = _module.MetadataReader.GetString(typeNameHandle); 277TypeDefinition typeDefinition = _module.MetadataReader.GetTypeDefinition(typeDefinitionHandle); 280typeNamespace = _module.MetadataReader.GetString(typeNamespaceHandle); 281typeName = _module.MetadataReader.GetString(typeNameHandle);