1 write to _context
illink (1)
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
40
_context
= context;
9 references to _context
illink (9)
Linker\UnconditionalSuppressMessageAttributeState.cs (9)
54
_context
.LogMessage ($"Element '{elementName}' has more than one unconditional suppression. Note that only the last one is used.");
80
while (
_context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember (member, out owningMethod)) {
262
if (!
_context
.CustomAttributes.HasAny (provider))
265
foreach (var ca in
_context
.CustomAttributes.GetCustomAttributes (provider)) {
290
var attributes =
_context
.CustomAttributes.GetCustomAttributes (provider).
313
foreach (var result in DocumentationSignatureParser.GetMembersForDocumentationSignature (info.Target, module,
_context
))
318
_context
.LogWarning (
_context
.GetAssemblyLocation (module.Assembly), DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, info.Scope ?? "", module.Name, info.Target ?? "");
332
if (
_context
.CustomAttributes.TryGetCustomAttributeOrigin (suppression.Provider, suppression.OriginAttribute, out MessageOrigin origin))