4 references to Parent
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
2712
if (MetadataReader.GetCustomAttribute(customAttribute).
Parent
.Kind != HandleKind.TypeDefinition)
3201
var parent = (TypeDefinitionHandle)MetadataReader.GetCustomAttribute(attributeHandle).
Parent
;
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\EditAndContinueTests.cs (1)
6924
var parentHandle = aggregator.GetGenerationHandle(attribute.
Parent
, out var parentGeneration);
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
212
yield return new CustomAttributeRow(attribute.
Parent
, attribute.Constructor);