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