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; 232MethodDefinition customAttributeConstructorDefinition = _module.MetadataReader.GetMethodDefinition(customAttributeConstructorDefinitionHandle); 239MemberReference customAttributeConstructorReference = _module.MetadataReader.GetMemberReference(customAttributeConstructorReferenceHandle); 250TypeSpecification customAttributeConstructorTypeSpecification = _module.MetadataReader.GetTypeSpecification(customAttributeConstructorTypeSpecificationHandle); 277TypeReference typeReference = _module.MetadataReader.GetTypeReference(typeReferenceHandle); 280typeNamespace = _module.MetadataReader.GetString(typeNamespaceHandle); 281typeName = _module.MetadataReader.GetString(typeNameHandle); 286TypeDefinition typeDefinition = _module.MetadataReader.GetTypeDefinition(typeDefinitionHandle); 289typeNamespace = _module.MetadataReader.GetString(typeNamespaceHandle); 290typeName = _module.MetadataReader.GetString(typeNameHandle);