1 instantiation of CustomAttribute
System.Reflection.Metadata (1)
34 references to CustomAttribute
BuildValidator (2)
Microsoft.AspNetCore.App.UnitTests (1)
Microsoft.Build.Tasks.Core (2)
Microsoft.Cci.Extensions (6)
Extensions\CSharp\CSharpCciExtensions.cs (6)
856public static object GetInterfaceImplementationAttributeConstructorArgument(this ITypeReference interfaceImplementation, uint typeDefinitionToken, string assemblyPath, SRMetadataPEReaderCache metadataReaderCache, Func<SRMetadataReader, CustomAttribute, (bool, object)> argumentResolver)
880public static object GetGenericParameterConstraintConstructorArgument(this IGenericParameter parameter, int constraintIndex, string assemblyPath, SRMetadataPEReaderCache metadataReaderCache, Func<SRMetadataReader, CustomAttribute, (bool, object)> argumentResolver)
895private static object GetCustomAttributeArgument(SRMetadataReader metadataReader, CustomAttributeHandleCollection customAttributeHandles, Func<SRMetadataReader, CustomAttribute, (bool, object)> argumentResolver)
899CustomAttribute customAttribute = metadataReader.GetCustomAttribute(customAttributeHandle);
938private static bool CustomAttributeTypeMatchesNameAndNamespace(this CustomAttribute attribute, ReadOnlySpan<byte> @namespace, ReadOnlySpan<byte> name, SRMetadataReader reader)
956internal static readonly Func<SRMetadataReader, CustomAttribute, (bool, object)> NullableConstructorArgumentParser = (reader, attribute) =>
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (7)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.DotNet.SignTool (3)
RunTests (1)
System.Diagnostics.FileVersionInfo (3)
System.Reflection.Metadata (1)
System.Reflection.MetadataLoadContext (6)