5 references to SuppressMessageInfo
ILCompiler.Compiler (5)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (5)
32public SuppressMessageInfo SuppressMessageInfo { get; } 37public Suppression(SuppressMessageInfo suppressMessageInfo, CustomAttributeValue<TypeDesc> originAttribute, TypeSystemEntity provider) 173private static bool TryDecodeSuppressMessageAttributeData(CustomAttributeValue<TypeDesc> attribute, out SuppressMessageInfo info) 236if (!TryDecodeSuppressMessageAttributeData(ca, out var info)) 269if (!TryDecodeSuppressMessageAttributeData(instance, out SuppressMessageInfo info))