6 references to Parent
ILCompiler.Compiler (2)
Compiler\UnmanagedEntryPointsRootProvider.cs (2)
71if (ca.Parent.Kind != HandleKind.MethodDefinition) 74var parent = (MethodDefinitionHandle)ca.Parent;
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
91Parent = reader.GetToken(customAttribute.Parent)
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
2734if (MetadataReader.GetCustomAttribute(customAttribute).Parent.Kind != HandleKind.TypeDefinition) 3223var parent = (TypeDefinitionHandle)MetadataReader.GetCustomAttribute(attributeHandle).Parent;
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\MetadataReaderHelper.cs (1)
89if (customAttribute.Constructor.Kind != HandleKind.MethodDefinition || customAttribute.Parent.Kind != HandleKind.AssemblyDefinition)