1 write to CustomAttributeHandle
ILCompiler.Compiler (1)
Compiler\AnalysisBasedMetadataManager.cs (1)
314=> (Module, CustomAttributeHandle) = (module, caHandle);
4 references to CustomAttributeHandle
ILCompiler.Compiler (4)
Compiler\AnalysisBasedMetadataManager.cs (3)
317=> other.Module == Module && other.CustomAttributeHandle == CustomAttributeHandle; 320public override int GetHashCode() => Module.GetHashCode() ^ CustomAttributeHandle.GetHashCode();
Compiler\DependencyAnalysis\CustomAttributeMetadataNode.cs (1)
37return $"Reflectable custom attribute {_customAttribute.CustomAttributeHandle} in {_customAttribute.Module}";