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